Package org.apache.jasper.compiler
Class JspConfig.JspProperty
java.lang.Object
org.apache.jasper.compiler.JspConfig.JspProperty
-
Constructor Summary
ConstructorDescriptionJspProperty
(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
-
JspProperty
public 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
-