org.eclipse.jetty.webapp
Class WebXmlProcessor.Descriptor

java.lang.Object
  extended by org.eclipse.jetty.webapp.WebXmlProcessor.Descriptor
Enclosing class:
WebXmlProcessor

public class WebXmlProcessor.Descriptor
extends Object


Field Summary
protected  ArrayList<String> _classNames
           
protected  boolean _hasOrdering
           
protected  boolean _metadataComplete
           
protected  XmlParser.Node _root
           
protected  int _version
           
protected  Resource _xml
           
 
Constructor Summary
WebXmlProcessor.Descriptor(Resource xml)
           
 
Method Summary
 ArrayList<String> getClassNames()
           
 Resource getResource()
           
 XmlParser.Node getRoot()
           
 int getVersion()
           
 boolean isMetaDataComplete()
           
 void parse()
           
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_xml

protected Resource _xml

_root

protected XmlParser.Node _root

_metadataComplete

protected boolean _metadataComplete

_hasOrdering

protected boolean _hasOrdering

_version

protected int _version

_classNames

protected ArrayList<String> _classNames
Constructor Detail

WebXmlProcessor.Descriptor

public WebXmlProcessor.Descriptor(Resource xml)
Method Detail

parse

public void parse()
           throws Exception
Throws:
Exception

isMetaDataComplete

public boolean isMetaDataComplete()

getRoot

public XmlParser.Node getRoot()

getVersion

public int getVersion()

getResource

public Resource getResource()

process

public void process()
             throws Exception
Throws:
Exception

getClassNames

public ArrayList<String> getClassNames()


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.