Interface JspPropertyGroupDescriptor


public interface JspPropertyGroupDescriptor
The JspPropertyGroupDescriptor API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • getBuffer

      java.lang.String getBuffer()
      Get the default buffer size.
      Returns:
      the default buffer size.
    • getDefaultContentType

      java.lang.String getDefaultContentType()
      Get the default content type type.
      Returns:
      the default content type, or null if not specified.
    • getDeferredSyntaxAllowedAsLiteral

      java.lang.String getDeferredSyntaxAllowedAsLiteral()
      Get deferred-syntax-allowed-as-literal config.
      Returns:
      the deferred-syntax-allowed-as-literal config.
    • getElIgnored

      java.lang.String getElIgnored()
      Get the EL ignored config.
      Returns:
      the EL ignored config.
    • getErrorOnUndeclaredNamespace

      java.lang.String getErrorOnUndeclaredNamespace()
      Get the error-on-undeclared-namespace config.
      Returns:
      the error-on-undeclared-namespace config.
    • getIncludeCodas

      java.util.Collection<java.lang.String> getIncludeCodas()
      Get the include-codes config.
      Returns:
      the include-codes config.
    • getIncludePreludes

      java.util.Collection<java.lang.String> getIncludePreludes()
      Get the include-prelude config.
      Returns:
      the include-prelude config.
    • getIsXml

      java.lang.String getIsXml()
      Get the is-xml config.
      Returns:
      the is-xml config.
    • getScriptingInvalid

      java.lang.String getScriptingInvalid()
      Get the scripting invalid config.
      Returns:
      the scripting invalid config.
    • getPageEncoding

      java.lang.String getPageEncoding()
      Get the page encoding.
      Returns:
      the page encoding.
    • getTrimDirectiveWhitespaces

      java.lang.String getTrimDirectiveWhitespaces()
      Get the trim-directive-whitespaces config.
      Returns:
      the trim-directive-whitespaces config.
    • getUrlPatterns

      java.util.Collection<java.lang.String> getUrlPatterns()
      Get the URL patterns.
      Returns:
      the URL patterns.