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
_dtd
protected XmlParser.Node
_root
protected Resource
_xml
-
Constructor Summary
Constructors Constructor Description Descriptor(Resource xml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource
getResource()
XmlParser.Node
getRoot()
boolean
isParsed()
void
parse(XmlParser parser)
java.lang.String
toString()
-
-
-
Field Detail
-
_xml
protected Resource _xml
-
_root
protected XmlParser.Node _root
-
_dtd
protected java.lang.String _dtd
-
-
Constructor Detail
-
Descriptor
public Descriptor(Resource xml)
-
-
Method Detail
-
parse
public void parse(XmlParser parser) throws java.lang.Exception
- Throws:
java.lang.Exception
-
isParsed
public boolean isParsed()
-
getResource
public Resource getResource()
-
getRoot
public XmlParser.Node getRoot()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-