Package org.apache.jasper.compiler
Class JspConfig.JspProperty
- java.lang.Object
-
- org.apache.jasper.compiler.JspConfig.JspProperty
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuffer()
String
getDefaultContentType()
Collection<String>
getIncludeCoda()
Collection<String>
getIncludePrelude()
String
getPageEncoding()
String
isDeferedSyntaxAllowedAsLiteral()
String
isELIgnored()
String
isErrorOnUndeclaredNamespace()
String
isScriptingInvalid()
String
isTrimDirectiveWhitespaces()
String
isXml()
-
-
-
Constructor Detail
-
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 Detail
-
isXml
public String isXml()
-
isELIgnored
public String isELIgnored()
-
isScriptingInvalid
public String isScriptingInvalid()
-
getPageEncoding
public String getPageEncoding()
-
getIncludePrelude
public Collection<String> getIncludePrelude()
-
getIncludeCoda
public Collection<String> getIncludeCoda()
-
isDeferedSyntaxAllowedAsLiteral
public String isDeferedSyntaxAllowedAsLiteral()
-
isTrimDirectiveWhitespaces
public String isTrimDirectiveWhitespaces()
-
getDefaultContentType
public String getDefaultContentType()
-
getBuffer
public String getBuffer()
-
isErrorOnUndeclaredNamespace
public String isErrorOnUndeclaredNamespace()
-
-