org.apache.jasper.compiler
Class JspProperty
java.lang.Object
org.apache.jasper.compiler.JspProperty
public class JspProperty
- extends Object
|
Constructor Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
isXml
public String isXml()
isELIgnored
public String isELIgnored()
isScriptingInvalid
public String isScriptingInvalid()
getPageEncoding
public String getPageEncoding()
getTrimSpaces
public String getTrimSpaces()
getPoundAllowed
public String getPoundAllowed()
getIncludePrelude
public List<String> getIncludePrelude()
getIncludeCoda
public List<String> getIncludeCoda()
getBuffer
public String getBuffer()
getDefaultContentType
public String getDefaultContentType()
errorOnUndeclaredNamespace
public String errorOnUndeclaredNamespace()
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.