public class JspProperty
extends Object
-
-
Constructor Summary
Constructors
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
-
scriptingInvalid
private String scriptingInvalid
-
-
-
-
-
-
-
defaultContentType
private String defaultContentType
-
errorOnUndeclaredNamespace
private String errorOnUndeclaredNamespace
-
Constructor Details
-
JspProperty
public 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 Details
-
-
-
isScriptingInvalid
public String isScriptingInvalid()
-
getPageEncoding
public String getPageEncoding()
-
-
getPoundAllowed
public String getPoundAllowed()
-
-
-
-
getDefaultContentType
public String getDefaultContentType()
-
errorOnUndeclaredNamespace
public String errorOnUndeclaredNamespace()