Package com.sun.enterprise.glassfish.web
Class WarHandler.SunWebXmlParser
- java.lang.Object
-
- com.sun.enterprise.glassfish.web.WarHandler.BaseXmlParser
-
- com.sun.enterprise.glassfish.web.WarHandler.WebXmlParser
-
- com.sun.enterprise.glassfish.web.WarHandler.SunWebXmlParser
-
- Direct Known Subclasses:
WarHandler.GlassFishWebXmlParser
- Enclosing class:
- WarHandler
protected class WarHandler.SunWebXmlParser extends WarHandler.WebXmlParser
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.glassfish.web.WarHandler.WebXmlParser
application, delegate, extraClassPath, ignoreHiddenJarFiles, useBundledJSF, versionIdentifier
-
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 StringgetCookieSameSiteValue()protected StringgetRootElementName()protected StringgetXmlFileName()protected voidread(InputStream input)This method will parse the input stream and set the XMLStreamReader object for latter use.protected voidreadCookieConfig()-
Methods inherited from class com.sun.enterprise.glassfish.web.WarHandler.BaseXmlParser
init, skipRoot, skipSubTree
-
-
-
-
Method Detail
-
getXmlFileName
protected String getXmlFileName()
- Specified by:
getXmlFileNamein classWarHandler.WebXmlParser
-
getCookieSameSiteValue
public String getCookieSameSiteValue()
- Specified by:
getCookieSameSiteValuein classWarHandler.WebXmlParser
-
getRootElementName
protected String getRootElementName()
-
read
protected void read(InputStream input) throws XMLStreamException
Description copied from class:WarHandler.BaseXmlParserThis method will parse the input stream and set the XMLStreamReader object for latter use.- Specified by:
readin classWarHandler.BaseXmlParser- Parameters:
input- InputStream- Throws:
XMLStreamException
-
readCookieConfig
protected void readCookieConfig() throws XMLStreamException- Throws:
XMLStreamException
-
-