Class JspPropertyGroupDescriptorImpl
java.lang.Object
org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
- All Implemented Interfaces:
- JspPropertyGroupDescriptor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionObtain the per-page buffer configuration for this group of JSP pages.Obtain the default content type this group of JSP pagesIs the deferred El syntax#{...}allowed to be used as a literal in this group?Is Expression Language ignored for this group?Will the use of an unknown identifier in EL within a JSP page trigger an error for this group?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.Obtain the codas to include for this group.Obtain the preludes to include for this group.getIsXml()Should the JSPs in this group be treated as JSP documents?Obtain the page encoding for this group.Is scripting disabled for this group?Should the JSPs in this group have template text that only contains whitespace removed?Obtain the patterns to which this group applies.
- 
Constructor Details- 
JspPropertyGroupDescriptorImpl
 
- 
- 
Method Details- 
getBufferDescription copied from interface:jakarta.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
 
- 
getDefaultContentTypeDescription copied from interface:jakarta.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
 
- 
getDeferredSyntaxAllowedAsLiteralDescription copied from interface:jakarta.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
 
- 
getElIgnoredDescription copied from interface:jakarta.servlet.descriptor.JspPropertyGroupDescriptorIs Expression Language ignored for this group?- Specified by:
- getElIgnoredin interface- JspPropertyGroupDescriptor
- Returns:
- trueif EL is ignored, otherwise- false
 
- 
getErrorOnELNotFoundDescription copied from interface:jakarta.servlet.descriptor.JspPropertyGroupDescriptorWill the use of an unknown identifier in EL within a JSP page trigger an error for this group?- Specified by:
- getErrorOnELNotFoundin interface- JspPropertyGroupDescriptor
- Returns:
- trueif an error will be triggered, otherwise- false
 
- 
getErrorOnUndeclaredNamespaceDescription copied from interface:jakarta.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
 
- 
getIncludeCodasDescription copied from interface:jakarta.servlet.descriptor.JspPropertyGroupDescriptorObtain the codas to include for this group.- Specified by:
- getIncludeCodasin interface- JspPropertyGroupDescriptor
- Returns:
- the codas to include for this group.
 
- 
getIncludePreludesDescription copied from interface:jakarta.servlet.descriptor.JspPropertyGroupDescriptorObtain the preludes to include for this group.- Specified by:
- getIncludePreludesin interface- JspPropertyGroupDescriptor
- Returns:
- the preludes to include for this group
 
- 
getIsXmlDescription copied from interface:jakarta.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
 
- 
getPageEncodingDescription copied from interface:jakarta.servlet.descriptor.JspPropertyGroupDescriptorObtain the page encoding for this group.- Specified by:
- getPageEncodingin interface- JspPropertyGroupDescriptor
- Returns:
- the page encoding for this group
 
- 
getScriptingInvalidDescription copied from interface:jakarta.servlet.descriptor.JspPropertyGroupDescriptorIs scripting disabled for this group?- Specified by:
- getScriptingInvalidin interface- JspPropertyGroupDescriptor
- Returns:
- trueif scripting is disabled, otherwise- false
 
- 
getTrimDirectiveWhitespacesDescription copied from interface:jakarta.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
 
- 
getUrlPatternsDescription copied from interface:jakarta.servlet.descriptor.JspPropertyGroupDescriptorObtain the patterns to which this group applies.- Specified by:
- getUrlPatternsin interface- JspPropertyGroupDescriptor
- Returns:
- the patterns to which this group applies
 
 
-