public class JspPropertyGroupDescriptorImpl extends Object
| Constructor and Description |
|---|
JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup)
public String getBuffer()
public String getDefaultContentType()
public String getDeferredSyntaxAllowedAsLiteral()
public String getElIgnored()
public String getErrorOnUndeclaredNamespace()
public Collection<String> getIncludeCodas()
public Collection<String> getIncludePreludes()
public String getIsXml()
public String getPageEncoding()
public String getScriptingInvalid()
public String getTrimDirectiveWhitespaces()
public Collection<String> getUrlPatterns()
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.