Package org.apache.jasper.compiler
Class JspConfig.JspProperty
java.lang.Object
org.apache.jasper.compiler.JspConfig.JspProperty
- Enclosing class:
- JspConfig
- 
Constructor SummaryConstructorsConstructorDescriptionJspProperty(String isXml, String elIgnored, String errorOnELNotFound, String scriptingInvalid, String pageEncoding, Collection<String> includePrelude, Collection<String> includeCoda, String deferedSyntaxAllowedAsLiteral, String trimDirectiveWhitespaces, String defaultContentType, String buffer, String errorOnUndeclaredNamespace) 
- 
Method Summary
- 
Constructor Details- 
JspPropertypublic JspProperty(String isXml, String elIgnored, String errorOnELNotFound, String scriptingInvalid, String pageEncoding, Collection<String> includePrelude, Collection<String> includeCoda, String deferedSyntaxAllowedAsLiteral, String trimDirectiveWhitespaces, String defaultContentType, String buffer, String errorOnUndeclaredNamespace) 
 
- 
- 
Method Details- 
isXml
- 
isELIgnored
- 
getErrorOnELNotFound
- 
isScriptingInvalid
- 
getPageEncoding
- 
getIncludePrelude
- 
getIncludeCoda
- 
isDeferedSyntaxAllowedAsLiteral
- 
isTrimDirectiveWhitespaces
- 
getDefaultContentType
- 
getBuffer
- 
isErrorOnUndeclaredNamespace
 
-