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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddIncludeCoda(String includeCoda) voidaddIncludePrelude(String includePrelude) voidaddUrlPattern(String urlPattern) voidaddUrlPatternDecoded(String urlPattern) getIsXml()voidvoidsetDefaultContentType(String defaultContentType) voidsetDeferredSyntax(String deferredSyntax) voidsetElIgnored(String elIgnored) voidsetErrorOnELNotFound(String errorOnELNotFound) voidsetErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace) voidvoidsetPageEncoding(String pageEncoding) voidsetScriptingInvalid(String scriptingInvalid) voidsetTrimWhitespace(String trimWhitespace) Methods inherited from class org.apache.tomcat.util.descriptor.web.XmlEncodingBasegetCharset, setCharset
- 
Constructor Details- 
JspPropertyGrouppublic JspPropertyGroup()
 
- 
- 
Method Details- 
setDeferredSyntax
- 
getDeferredSyntax
- 
setErrorOnELNotFound
- 
getErrorOnELNotFound
- 
setElIgnored
- 
getElIgnored
- 
addIncludeCoda
- 
getIncludeCodas
- 
addIncludePrelude
- 
getIncludePreludes
- 
setIsXml
- 
getIsXml
- 
setPageEncoding
- 
getPageEncoding
- 
setScriptingInvalid
- 
getScriptingInvalid
- 
setTrimWhitespace
- 
getTrimWhitespace
- 
addUrlPattern
- 
addUrlPatternDecoded
- 
getUrlPatterns
- 
setDefaultContentType
- 
getDefaultContentType
- 
setBuffer
- 
getBuffer
- 
setErrorOnUndeclaredNamespace
- 
getErrorOnUndeclaredNamespace
 
-