Package org.eclipse.jetty.webapp
Class Descriptor
java.lang.Object
org.eclipse.jetty.webapp.Descriptor
- Direct Known Subclasses:
WebDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected XmlParser.Node
protected boolean
protected Resource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract XmlParser
getRoot()
void
parse()
void
setValidating
(boolean validating) toString()
-
Field Details
-
_xml
-
_root
-
_dtd
-
_validating
protected boolean _validating
-
-
Constructor Details
-
Descriptor
-
-
Method Details
-
ensureParser
- Throws:
ClassNotFoundException
-
setValidating
public void setValidating(boolean validating) -
parse
- Throws:
Exception
-
getResource
-
getRoot
-
toString
-