org.apache.jasper.compiler
类 JspProperty
java.lang.Object
org.apache.jasper.compiler.JspProperty
public class JspProperty
- extends Object
|
构造方法摘要 |
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)
|
| 从类 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 © 2013. All Rights Reserved.