public class JspPropertyGroupDescriptorImpl extends Object implements JspPropertyGroupDescriptor
Constructor and Description |
---|
JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup) |
Modifier and Type | Method and Description |
---|---|
String |
getBuffer()
Obtain the per-page buffer configuration for this group of JSP pages.
|
String |
getDefaultContentType()
Obtain the default content type this group of JSP pages
|
String |
getDeferredSyntaxAllowedAsLiteral()
Is the deferred El syntax
#{...} |
String |
getElIgnored()
Is Expression Language ignored for this group?
|
String |
getErrorOnUndeclaredNamespace()
Should an error be raised at translation time for a page in this group if
the page contains a reference (e.g. a tag) to a undeclared namespace.
|
Collection<String> |
getIncludeCodas()
Obtain the codas to include for this group.
|
Collection<String> |
getIncludePreludes()
Obtain the preludes to include for this group.
|
String |
getIsXml()
Should the JSPs in this group be treated as JSP documents?
|
String |
getPageEncoding()
Obtain the page encoding for this group.
|
String |
getScriptingInvalid()
Is scripting disabled for this group?
|
String |
getTrimDirectiveWhitespaces()
Should the JSPs in this group have template text that onyl contains
whitespace removed?
|
Collection<String> |
getUrlPatterns()
Obtain the patterns to which this group applies.
|
public JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup)
public String getBuffer()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getBuffer
in interface JspPropertyGroupDescriptor
public String getDefaultContentType()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getDefaultContentType
in interface JspPropertyGroupDescriptor
public String getDeferredSyntaxAllowedAsLiteral()
javax.servlet.descriptor.JspPropertyGroupDescriptor
#{...}
allowed to be used as a
literal in this group?getDeferredSyntaxAllowedAsLiteral
in interface JspPropertyGroupDescriptor
true
if the deferred EL syntax is allowed to be used as
a literal, otherwise false
public String getElIgnored()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getElIgnored
in interface JspPropertyGroupDescriptor
true
if EL is ignored, otherwise false
public String getErrorOnUndeclaredNamespace()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getErrorOnUndeclaredNamespace
in interface JspPropertyGroupDescriptor
true
if an error should be raised, otherwise
false
public Collection<String> getIncludeCodas()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getIncludeCodas
in interface JspPropertyGroupDescriptor
public Collection<String> getIncludePreludes()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getIncludePreludes
in interface JspPropertyGroupDescriptor
public String getIsXml()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getIsXml
in interface JspPropertyGroupDescriptor
true
if the JSPs should be treated as JSP documents,
otherwise false
public String getPageEncoding()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getPageEncoding
in interface JspPropertyGroupDescriptor
public String getScriptingInvalid()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getScriptingInvalid
in interface JspPropertyGroupDescriptor
true
if scripting is disabled, otherwise false
public String getTrimDirectiveWhitespaces()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getTrimDirectiveWhitespaces
in interface JspPropertyGroupDescriptor
true
if the whitespace be removed, otherwise
false
public Collection<String> getUrlPatterns()
javax.servlet.descriptor.JspPropertyGroupDescriptor
getUrlPatterns
in interface JspPropertyGroupDescriptor
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.