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.JspPropertyGroupDescriptor
public void setPageEncoding(String pageEncoding)
public void addIncludePrelude(String includePrelude)
public void addIncludeCoda(String includeCoda)
public String getDefaultContentType()
getDefaultContentType
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public void setDefaultContentType(String defaultContentType)
public String getBuffer()
getBuffer
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public void setBuffer(String buffer)
public String getElIgnored()
getElIgnored
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public void setElIgnored(String elIgnored)
public String getScriptingInvalid()
getScriptingInvalid
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public void setScriptingInvalid(String scriptingInvalid)
public String getIsXml()
getIsXml
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public void setIsXml(String isXml)
public String getDeferredSyntaxAllowedAsLiteral()
getDeferredSyntaxAllowedAsLiteral
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public void setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
public String getTrimDirectiveWhitespaces()
getTrimDirectiveWhitespaces
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public void setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
public String getErrorOnUndeclaredNamespace()
getErrorOnUndeclaredNamespace
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
public ArrayList<String> getUrlPatterns()
getUrlPatterns
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
public ArrayList<String> getIncludePreludes()
getIncludePreludes
in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
Copyright © 2016 JBoss by Red Hat. All rights reserved.