Package org.apache.jasper.compiler
Class JspProperty
- java.lang.Object
-
- org.apache.jasper.compiler.JspProperty
-
public class JspProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description JspProperty(String isXml, String elIgnored, String scriptingInvalid, String trimSpaces, String poundAllowed, String pageEncoding, List<String> includePrelude, List<String> includeCoda, String defaultContentType, String buffer, String errorOnUndeclaredNamespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
errorOnUndeclaredNamespace()
String
getBuffer()
String
getDefaultContentType()
List<String>
getIncludeCoda()
List<String>
getIncludePrelude()
String
getPageEncoding()
String
getPoundAllowed()
String
getTrimSpaces()
String
isELIgnored()
String
isScriptingInvalid()
String
isXml()
-
-
-
Method Detail
-
isXml
public String isXml()
-
isELIgnored
public String isELIgnored()
-
isScriptingInvalid
public String isScriptingInvalid()
-
getPageEncoding
public String getPageEncoding()
-
getTrimSpaces
public String getTrimSpaces()
-
getPoundAllowed
public String getPoundAllowed()
-
getBuffer
public String getBuffer()
-
getDefaultContentType
public String getDefaultContentType()
-
errorOnUndeclaredNamespace
public String errorOnUndeclaredNamespace()
-
-