public class JspProperty extends Object
| Constructor and 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) |
| Modifier and Type | Method and 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() |
public String isXml()
public String isELIgnored()
public String isScriptingInvalid()
public String getPageEncoding()
public String getTrimSpaces()
public String getPoundAllowed()
public String getBuffer()
public String getDefaultContentType()
public String errorOnUndeclaredNamespace()
Comments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.