Package com.sun.enterprise.glassfish.web
Class WarHandler.ContextXmlParser
- java.lang.Object
-
- com.sun.enterprise.glassfish.web.WarHandler.BaseXmlParser
-
- com.sun.enterprise.glassfish.web.WarHandler.ContextXmlParser
-
- Enclosing class:
- WarHandler
protected class WarHandler.ContextXmlParser extends WarHandler.BaseXmlParser
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanclearReferencesStatic-
Fields inherited from class com.sun.enterprise.glassfish.web.WarHandler.BaseXmlParser
parser
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidread(InputStream input)This method will parse the input stream and set the XMLStreamReader object for latter use.-
Methods inherited from class com.sun.enterprise.glassfish.web.WarHandler.BaseXmlParser
init, skipRoot, skipSubTree
-
-
-
-
Field Detail
-
clearReferencesStatic
protected Boolean clearReferencesStatic
-
-
Method Detail
-
read
protected void read(InputStream input) throws XMLStreamException
This method will parse the input stream and set the XMLStreamReader object for latter use.- Specified by:
readin classWarHandler.BaseXmlParser- Parameters:
input- InputStream- Throws:
XMLStreamException
-
-