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() |
Modifier and Type | Method and Description |
---|---|
void |
addIncludeCoda(String includeCoda) |
void |
addIncludePrelude(String includePrelude) |
void |
addUrlPattern(String urlPattern) |
String |
getBuffer() |
String |
getDefaultContentType() |
String |
getDeferredSyntaxAllowedAsLiteral() |
String |
getElIgnored() |
String |
getErrorOnUndeclaredNamespace() |
ArrayList<String> |
getIncludeCodas() |
ArrayList<String> |
getIncludePreludes() |
String |
getIsXml() |
String |
getPageEncoding() |
String |
getScriptingInvalid() |
String |
getTrimDirectiveWhitespaces() |
ArrayList<String> |
getUrlPatterns() |
void |
setBuffer(String buffer) |
void |
setDefaultContentType(String defaultContentType) |
void |
setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral) |
void |
setElIgnored(String elIgnored) |
void |
setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace) |
void |
setIsXml(String isXml) |
void |
setPageEncoding(String pageEncoding) |
void |
setScriptingInvalid(String scriptingInvalid) |
void |
setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces) |
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 © 2015 JBoss by Red Hat. All rights reserved.