Package com.sun.enterprise.glassfish.web
Class WarHandler.WebXmlParser
- java.lang.Object
-
- com.sun.enterprise.glassfish.web.WarHandler.BaseXmlParser
-
- com.sun.enterprise.glassfish.web.WarHandler.WebXmlParser
-
- Direct Known Subclasses:
WarHandler.SunWebXmlParser,WarHandler.WeblogicXmlParser
- Enclosing class:
- WarHandler
protected abstract class WarHandler.WebXmlParser extends WarHandler.BaseXmlParser
-
-
Field Summary
Fields Modifier and Type Field Description protected Applicationapplicationprotected booleandelegateprotected StringextraClassPathprotected booleanignoreHiddenJarFilesprotected booleanuseBundledJSFprotected StringversionIdentifier-
Fields inherited from class com.sun.enterprise.glassfish.web.WarHandler.BaseXmlParser
parser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract StringgetXmlFileName()-
Methods inherited from class com.sun.enterprise.glassfish.web.WarHandler.BaseXmlParser
init, read, skipRoot, skipSubTree
-
-
-
-
Field Detail
-
delegate
protected boolean delegate
-
ignoreHiddenJarFiles
protected boolean ignoreHiddenJarFiles
-
useBundledJSF
protected boolean useBundledJSF
-
extraClassPath
protected String extraClassPath
-
versionIdentifier
protected String versionIdentifier
-
application
protected final Application application
-
-
Method Detail
-
getXmlFileName
protected abstract String getXmlFileName()
-
-