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 JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getUrlPatterns()public void addUrlPattern(String s)
public String getElIgnored()
getElIgnored in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getElIgnored()public void setElIgnored(String s)
public String getPageEncoding()
getPageEncoding in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.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 JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getScriptingInvalid()public String getIsXml()
getIsXml in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getIsXml()public Collection<String> getIncludePreludes()
getIncludePreludes in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getIncludePreludes()public void addIncludePrelude(String prelude)
public Collection<String> getIncludeCodas()
getIncludeCodas in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getIncludeCodas()public void addIncludeCoda(String coda)
public String getDeferredSyntaxAllowedAsLiteral()
getDeferredSyntaxAllowedAsLiteral in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getDeferredSyntaxAllowedAsLiteral()public String getTrimDirectiveWhitespaces()
getTrimDirectiveWhitespaces in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getTrimDirectiveWhitespaces()public String getDefaultContentType()
getDefaultContentType in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getDefaultContentType()public String getBuffer()
getBuffer in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getBuffer()public String getErrorOnUndeclaredNamespace()
getErrorOnUndeclaredNamespace in interface JspPropertyGroupDescriptorJspPropertyGroupDescriptor.getErrorOnUndeclaredNamespace()Copyright © 1995-2015 Webtide. All Rights Reserved.