public class JspPropertyGroupDescriptorImpl extends java.lang.Object implements JspPropertyGroupDescriptor
| Constructor and Description |
|---|
JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuffer()
Obtain the per-page buffer configuration for this group of JSP pages.
|
java.lang.String |
getDefaultContentType()
Obtain the default content type this group of JSP pages
|
java.lang.String |
getDeferredSyntaxAllowedAsLiteral()
Is the deferred El syntax
#{...} |
java.lang.String |
getElIgnored()
Is Expression Language ignored for this group?
|
java.lang.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.
|
java.util.Collection<java.lang.String> |
getIncludeCodas()
Obtain the codas to include for this group.
|
java.util.Collection<java.lang.String> |
getIncludePreludes()
Obtain the preludes to include for this group.
|
java.lang.String |
getIsXml()
Should the JSPs in this group be treated as JSP documents?
|
java.lang.String |
getPageEncoding()
Obtain the page encoding for this group.
|
java.lang.String |
getScriptingInvalid()
Is scripting disabled for this group?
|
java.lang.String |
getTrimDirectiveWhitespaces()
Should the JSPs in this group have template text that onyl contains
whitespace removed?
|
java.util.Collection<java.lang.String> |
getUrlPatterns()
Obtain the patterns to which this group applies.
|
public JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup)
public java.lang.String getBuffer()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetBuffer in interface JspPropertyGroupDescriptorpublic java.lang.String getDefaultContentType()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetDefaultContentType in interface JspPropertyGroupDescriptorpublic java.lang.String getDeferredSyntaxAllowedAsLiteral()
javax.servlet.descriptor.JspPropertyGroupDescriptor#{...} allowed to be used as a
literal in this group?getDeferredSyntaxAllowedAsLiteral in interface JspPropertyGroupDescriptortrue if the deferred EL syntax is allowed to be used as
a literal, otherwise falsepublic java.lang.String getElIgnored()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetElIgnored in interface JspPropertyGroupDescriptortrue if EL is ignored, otherwise falsepublic java.lang.String getErrorOnUndeclaredNamespace()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetErrorOnUndeclaredNamespace in interface JspPropertyGroupDescriptortrue if an error should be raised, otherwise
falsepublic java.util.Collection<java.lang.String> getIncludeCodas()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetIncludeCodas in interface JspPropertyGroupDescriptorpublic java.util.Collection<java.lang.String> getIncludePreludes()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetIncludePreludes in interface JspPropertyGroupDescriptorpublic java.lang.String getIsXml()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetIsXml in interface JspPropertyGroupDescriptortrue if the JSPs should be treated as JSP documents,
otherwise falsepublic java.lang.String getPageEncoding()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetPageEncoding in interface JspPropertyGroupDescriptorpublic java.lang.String getScriptingInvalid()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetScriptingInvalid in interface JspPropertyGroupDescriptortrue if scripting is disabled, otherwise falsepublic java.lang.String getTrimDirectiveWhitespaces()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetTrimDirectiveWhitespaces in interface JspPropertyGroupDescriptortrue if the whitespace be removed, otherwise
falsepublic java.util.Collection<java.lang.String> getUrlPatterns()
javax.servlet.descriptor.JspPropertyGroupDescriptorgetUrlPatterns in interface JspPropertyGroupDescriptorCopyright © 2000-2023 Apache Software Foundation. All Rights Reserved.