Class JspPropertyGroup
java.lang.Object
org.apache.tomcat.util.descriptor.web.XmlEncodingBase
org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Representation of a jsp-property-group element in web.xml.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIncludeCoda
(String includeCoda) void
addIncludePrelude
(String includePrelude) void
addUrlPattern
(String urlPattern) void
addUrlPatternDecoded
(String urlPattern) getIsXml()
void
void
setDefaultContentType
(String defaultContentType) void
setDeferredSyntax
(String deferredSyntax) void
setElIgnored
(String elIgnored) void
setErrorOnUndeclaredNamespace
(String errorOnUndeclaredNamespace) void
void
setPageEncoding
(String pageEncoding) void
setScriptingInvalid
(String scriptingInvalid) void
setTrimWhitespace
(String trimWhitespace) Methods inherited from class org.apache.tomcat.util.descriptor.web.XmlEncodingBase
getCharset, getEncoding, setCharset, setEncoding
-
Constructor Details
-
JspPropertyGroup
public JspPropertyGroup()
-
-
Method Details
-
setDeferredSyntax
-
getDeferredSyntax
-
setElIgnored
-
getElIgnored
-
addIncludeCoda
-
getIncludeCodas
-
addIncludePrelude
-
getIncludePreludes
-
setIsXml
-
getIsXml
-
setPageEncoding
-
getPageEncoding
-
setScriptingInvalid
-
getScriptingInvalid
-
setTrimWhitespace
-
getTrimWhitespace
-
addUrlPattern
-
addUrlPatternDecoded
-
getUrlPatterns
-
setDefaultContentType
-
getDefaultContentType
-
setBuffer
-
getBuffer
-
setErrorOnUndeclaredNamespace
-
getErrorOnUndeclaredNamespace
-