Interface JspPropertyGroupDescriptor


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

    • getBuffer

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

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

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

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

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

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

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

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

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

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

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

      Collection<String> getUrlPatterns()
      Returns the URL patterns.
      Returns:
      the URL patterns