Package org.eclipse.jetty.webapp
Class Descriptor
- java.lang.Object
-
- org.eclipse.jetty.webapp.Descriptor
-
- Direct Known Subclasses:
WebDescriptor
public abstract class Descriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected 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)StringtoString()
-
-
-
Field Detail
-
_xml
protected org.eclipse.jetty.util.resource.Resource _xml
-
_root
protected org.eclipse.jetty.xml.XmlParser.Node _root
-
_dtd
protected String _dtd
-
_validating
protected boolean _validating
-
-
Method Detail
-
ensureParser
public abstract org.eclipse.jetty.xml.XmlParser ensureParser() throws ClassNotFoundException- Throws:
ClassNotFoundException
-
setValidating
public void setValidating(boolean validating)
-
getResource
public org.eclipse.jetty.util.resource.Resource getResource()
-
getRoot
public org.eclipse.jetty.xml.XmlParser.Node getRoot()
-
-