Class JspPropertyGroupDescriptorImpl
- java.lang.Object
- 
- org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
- 
- All Implemented Interfaces:
- JspPropertyGroupDescriptor
 
 public class JspPropertyGroupDescriptorImpl extends java.lang.Object implements JspPropertyGroupDescriptor 
- 
- 
Constructor SummaryConstructors Constructor Description JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBuffer()Obtain the per-page buffer configuration for this group of JSP pages.java.lang.StringgetDefaultContentType()Obtain the default content type this group of JSP pagesjava.lang.StringgetDeferredSyntaxAllowedAsLiteral()Is the deferred El syntax#{...}allowed to be used as a literal in this group?java.lang.StringgetElIgnored()Is Expression Language ignored for this group?java.lang.StringgetErrorOnUndeclaredNamespace()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.StringgetIsXml()Should the JSPs in this group be treated as JSP documents?java.lang.StringgetPageEncoding()Obtain the page encoding for this group.java.lang.StringgetScriptingInvalid()Is scripting disabled for this group?java.lang.StringgetTrimDirectiveWhitespaces()Should the JSPs in this group have template text that only contains whitespace removed?java.util.Collection<java.lang.String>getUrlPatterns()Obtain the patterns to which this group applies.
 
- 
- 
- 
Constructor Detail- 
JspPropertyGroupDescriptorImplpublic JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup) 
 
- 
 - 
Method Detail- 
getBufferpublic java.lang.String getBuffer() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorObtain the per-page buffer configuration for this group of JSP pages.- Specified by:
- getBufferin interface- JspPropertyGroupDescriptor
- Returns:
- the per-page buffer configuration for this group of JSP pages
 
 - 
getDefaultContentTypepublic java.lang.String getDefaultContentType() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorObtain the default content type this group of JSP pages.#- Specified by:
- getDefaultContentTypein interface- JspPropertyGroupDescriptor
- Returns:
- the default content type this group of JSP pages
 
 - 
getDeferredSyntaxAllowedAsLiteralpublic java.lang.String getDeferredSyntaxAllowedAsLiteral() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorIs the deferred El syntax#{...}allowed to be used as a literal in this group?- Specified by:
- getDeferredSyntaxAllowedAsLiteralin interface- JspPropertyGroupDescriptor
- Returns:
- trueif the deferred EL syntax is allowed to be used as a literal, otherwise- false
 
 - 
getElIgnoredpublic java.lang.String getElIgnored() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorIs Expression Language ignored for this group?- Specified by:
- getElIgnoredin interface- JspPropertyGroupDescriptor
- Returns:
- trueif EL is ignored, otherwise- false
 
 - 
getErrorOnUndeclaredNamespacepublic java.lang.String getErrorOnUndeclaredNamespace() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorShould 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.- Specified by:
- getErrorOnUndeclaredNamespacein interface- JspPropertyGroupDescriptor
- Returns:
- trueif an error should be raised, otherwise- false
 
 - 
getIncludeCodaspublic java.util.Collection<java.lang.String> getIncludeCodas() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorObtain the codas to include for this group.- Specified by:
- getIncludeCodasin interface- JspPropertyGroupDescriptor
- Returns:
- the codas to include for this group.
 
 - 
getIncludePreludespublic java.util.Collection<java.lang.String> getIncludePreludes() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorObtain the preludes to include for this group.- Specified by:
- getIncludePreludesin interface- JspPropertyGroupDescriptor
- Returns:
- the preludes to include for this group
 
 - 
getIsXmlpublic java.lang.String getIsXml() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorShould the JSPs in this group be treated as JSP documents?- Specified by:
- getIsXmlin interface- JspPropertyGroupDescriptor
- Returns:
- trueif the JSPs should be treated as JSP documents, otherwise- false
 
 - 
getPageEncodingpublic java.lang.String getPageEncoding() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorObtain the page encoding for this group.- Specified by:
- getPageEncodingin interface- JspPropertyGroupDescriptor
- Returns:
- the page encoding for this group
 
 - 
getScriptingInvalidpublic java.lang.String getScriptingInvalid() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorIs scripting disabled for this group?- Specified by:
- getScriptingInvalidin interface- JspPropertyGroupDescriptor
- Returns:
- trueif scripting is disabled, otherwise- false
 
 - 
getTrimDirectiveWhitespacespublic java.lang.String getTrimDirectiveWhitespaces() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorShould the JSPs in this group have template text that only contains whitespace removed?- Specified by:
- getTrimDirectiveWhitespacesin interface- JspPropertyGroupDescriptor
- Returns:
- trueif the whitespace be removed, otherwise- false
 
 - 
getUrlPatternspublic java.util.Collection<java.lang.String> getUrlPatterns() Description copied from interface:javax.servlet.descriptor.JspPropertyGroupDescriptorObtain the patterns to which this group applies.- Specified by:
- getUrlPatternsin interface- JspPropertyGroupDescriptor
- Returns:
- the patterns to which this group applies
 
 
- 
 
-