public class JspPropertyGroup extends Object implements Serializable, jakarta.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 jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setPageEncoding(String pageEncoding)
public void addIncludePrelude(String includePrelude)
public void addIncludeCoda(String includeCoda)
public String getDefaultContentType()
getDefaultContentType in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setDefaultContentType(String defaultContentType)
public String getBuffer()
getBuffer in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setBuffer(String buffer)
public String getElIgnored()
getElIgnored in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setElIgnored(String elIgnored)
public String getScriptingInvalid()
getScriptingInvalid in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setScriptingInvalid(String scriptingInvalid)
public String getIsXml()
getIsXml in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setIsXml(String isXml)
public String getDeferredSyntaxAllowedAsLiteral()
getDeferredSyntaxAllowedAsLiteral in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
public String getTrimDirectiveWhitespaces()
getTrimDirectiveWhitespaces in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
public String getErrorOnUndeclaredNamespace()
getErrorOnUndeclaredNamespace in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
public ArrayList<String> getUrlPatterns()
getUrlPatterns in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorpublic ArrayList<String> getIncludePreludes()
getIncludePreludes in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptorCopyright © 2022 JBoss by Red Hat. All rights reserved.