Package org.eclipse.jetty.webapp
Class Descriptor
- java.lang.Object
-
- org.eclipse.jetty.webapp.Descriptor
-
- Direct Known Subclasses:
WebDescriptor
public abstract class Descriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_dtdprotected org.eclipse.jetty.xml.XmlParser.Node_rootprotected boolean_validatingprotected org.eclipse.jetty.util.resource.Resource_xml
-
Constructor Summary
Constructors Constructor Description Descriptor(org.eclipse.jetty.util.resource.Resource xml)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.eclipse.jetty.xml.XmlParserensureParser()org.eclipse.jetty.util.resource.ResourcegetResource()org.eclipse.jetty.xml.XmlParser.NodegetRoot()voidparse()voidsetValidating(boolean validating)java.lang.StringtoString()
-
-
-
Method Detail
-
ensureParser
public abstract org.eclipse.jetty.xml.XmlParser ensureParser() throws java.lang.ClassNotFoundException- Throws:
java.lang.ClassNotFoundException
-
setValidating
public void setValidating(boolean validating)
-
parse
public void parse() throws java.lang.Exception- Throws:
java.lang.Exception
-
getResource
public org.eclipse.jetty.util.resource.Resource getResource()
-
getRoot
public org.eclipse.jetty.xml.XmlParser.Node getRoot()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-