public class JspPropertyGroup extends Object implements Serializable, javax.servlet.descriptor.JspPropertyGroupDescriptor
| Modifier and Type | Field and Description |
|---|---|
protected String |
buffer |
protected String |
defaultContentType |
protected String |
deferredSyntaxAllowedAsLiteral |
protected String |
elIgnored |
protected String |
errorOnUndeclaredNamespace |
protected ArrayList<String> |
includeCodas |
protected ArrayList<String> |
includePreludes |
protected String |
isXml |
protected String |
pageEncoding |
protected String |
scriptingInvalid |
protected String |
trimDirectiveWhitespaces |
protected ArrayList<String> |
urlPatterns |
| Constructor and Description |
|---|
JspPropertyGroup() |
protected String elIgnored
protected String pageEncoding
protected String scriptingInvalid
protected String isXml
protected String deferredSyntaxAllowedAsLiteral
protected String trimDirectiveWhitespaces
protected String defaultContentType
protected String buffer
protected String errorOnUndeclaredNamespace
public void addUrlPattern(String urlPattern)
public String getPageEncoding()
getPageEncoding in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setPageEncoding(String pageEncoding)
public void addIncludePrelude(String includePrelude)
public void addIncludeCoda(String includeCoda)
public String getDefaultContentType()
getDefaultContentType in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setDefaultContentType(String defaultContentType)
public String getBuffer()
getBuffer in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setBuffer(String buffer)
public String getElIgnored()
getElIgnored in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setElIgnored(String elIgnored)
public String getScriptingInvalid()
getScriptingInvalid in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setScriptingInvalid(String scriptingInvalid)
public String getIsXml()
getIsXml in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setIsXml(String isXml)
public String getDeferredSyntaxAllowedAsLiteral()
getDeferredSyntaxAllowedAsLiteral in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
public String getTrimDirectiveWhitespaces()
getTrimDirectiveWhitespaces in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
public String getErrorOnUndeclaredNamespace()
getErrorOnUndeclaredNamespace in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
public ArrayList<String> getUrlPatterns()
getUrlPatterns in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic ArrayList<String> getIncludePreludes()
getIncludePreludes in interface javax.servlet.descriptor.JspPropertyGroupDescriptorCopyright © 2016 JBoss by Red Hat. All rights reserved.