org.eclipse.jetty.webapp
Class WebXmlProcessor.Descriptor
java.lang.Object
org.eclipse.jetty.webapp.WebXmlProcessor.Descriptor
- Enclosing class:
- WebXmlProcessor
public class WebXmlProcessor.Descriptor
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_xml
protected Resource _xml
_root
protected XmlParser.Node _root
_metadataComplete
protected boolean _metadataComplete
_hasOrdering
protected boolean _hasOrdering
_version
protected int _version
_classNames
protected java.util.ArrayList<java.lang.String> _classNames
WebXmlProcessor.Descriptor
public WebXmlProcessor.Descriptor(Resource xml)
parse
public void parse()
throws java.lang.Exception
- Throws:
java.lang.Exception
isMetaDataComplete
public boolean isMetaDataComplete()
getRoot
public XmlParser.Node getRoot()
getVersion
public int getVersion()
getResource
public Resource getResource()
process
public void process()
throws java.lang.Exception
- Throws:
java.lang.Exception
getClassNames
public java.util.ArrayList<java.lang.String> getClassNames()
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.