public static class ServletContextHandler.JspPropertyGroup extends Object implements JspPropertyGroupDescriptor
Constructor and Description |
---|
ServletContextHandler.JspPropertyGroup() |
Modifier and Type | Method and Description |
---|---|
void |
addIncludeCoda(String coda) |
void |
addIncludePrelude(String prelude) |
void |
addUrlPattern(String s) |
String |
getBuffer() |
String |
getDefaultContentType() |
String |
getDeferredSyntaxAllowedAsLiteral() |
String |
getElIgnored() |
String |
getErrorOnUndeclaredNamespace() |
Collection<String> |
getIncludeCodas() |
Collection<String> |
getIncludePreludes() |
String |
getIsXml() |
String |
getPageEncoding() |
String |
getScriptingInvalid() |
String |
getTrimDirectiveWhitespaces() |
Collection<String> |
getUrlPatterns() |
void |
setBuffer(String buffer) |
void |
setDefaultContentType(String defaultContentType) |
void |
setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral) |
void |
setElIgnored(String s) |
void |
setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace) |
void |
setIsXml(String isXml) |
void |
setPageEncoding(String pageEncoding) |
void |
setScriptingInvalid(String scriptingInvalid) |
void |
setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces) |
String |
toString() |
public ServletContextHandler.JspPropertyGroup()
public Collection<String> getUrlPatterns()
getUrlPatterns
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getUrlPatterns()
public void addUrlPattern(String s)
public String getElIgnored()
getElIgnored
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getElIgnored()
public void setElIgnored(String s)
public String getPageEncoding()
getPageEncoding
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getPageEncoding()
public void setPageEncoding(String pageEncoding)
public void setScriptingInvalid(String scriptingInvalid)
public void setIsXml(String isXml)
public void setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
public void setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
public void setDefaultContentType(String defaultContentType)
public void setBuffer(String buffer)
public void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
public String getScriptingInvalid()
getScriptingInvalid
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getScriptingInvalid()
public String getIsXml()
getIsXml
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getIsXml()
public Collection<String> getIncludePreludes()
getIncludePreludes
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getIncludePreludes()
public void addIncludePrelude(String prelude)
public Collection<String> getIncludeCodas()
getIncludeCodas
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getIncludeCodas()
public void addIncludeCoda(String coda)
public String getDeferredSyntaxAllowedAsLiteral()
getDeferredSyntaxAllowedAsLiteral
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getDeferredSyntaxAllowedAsLiteral()
public String getTrimDirectiveWhitespaces()
getTrimDirectiveWhitespaces
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getTrimDirectiveWhitespaces()
public String getDefaultContentType()
getDefaultContentType
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getDefaultContentType()
public String getBuffer()
getBuffer
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getBuffer()
public String getErrorOnUndeclaredNamespace()
getErrorOnUndeclaredNamespace
in interface JspPropertyGroupDescriptor
JspPropertyGroupDescriptor.getErrorOnUndeclaredNamespace()
Copyright © 1995-2015 Webtide. All Rights Reserved.