public class ApplicationJspPropertyGroupDescriptor extends Object implements JspPropertyGroupDescriptor
Constructor and Description |
---|
ApplicationJspPropertyGroupDescriptor(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 ApplicationJspPropertyGroupDescriptor(JspPropertyGroup jspPropertyGroup)
public String getBuffer()
getBuffer
in interface JspPropertyGroupDescriptor
public String getDefaultContentType()
getDefaultContentType
in interface JspPropertyGroupDescriptor
public String getDeferredSyntaxAllowedAsLiteral()
getDeferredSyntaxAllowedAsLiteral
in interface JspPropertyGroupDescriptor
public String getElIgnored()
getElIgnored
in interface JspPropertyGroupDescriptor
public String getErrorOnUndeclaredNamespace()
getErrorOnUndeclaredNamespace
in interface JspPropertyGroupDescriptor
public Collection<String> getIncludeCodas()
getIncludeCodas
in interface JspPropertyGroupDescriptor
public Collection<String> getIncludePreludes()
getIncludePreludes
in interface JspPropertyGroupDescriptor
public String getIsXml()
getIsXml
in interface JspPropertyGroupDescriptor
public String getPageEncoding()
getPageEncoding
in interface JspPropertyGroupDescriptor
public String getScriptingInvalid()
getScriptingInvalid
in interface JspPropertyGroupDescriptor
public String getTrimDirectiveWhitespaces()
getTrimDirectiveWhitespaces
in interface JspPropertyGroupDescriptor
public Collection<String> getUrlPatterns()
getUrlPatterns
in interface JspPropertyGroupDescriptor
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.