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