Interface JSPPropertyGroup

All Superinterfaces:
Describable, DescriptionGroup

public interface JSPPropertyGroup extends DescriptionGroup
Represents the jsp-property-groupType type from the jsp XSD.
  • Method Details

    • getURLPatterns

      List<String> getURLPatterns()
      Returns:
      <url-pattern> as a read-only list
    • isSetElIgnored

      boolean isSetElIgnored()
      Returns:
      true if <el-ignored> is specified
      See Also:
    • isElIgnored

      boolean isElIgnored()
      Returns:
      <el-ignored> if specified
      See Also:
    • isSetErrorOnELNotFound

      boolean isSetErrorOnELNotFound()
      Returns:
      true if <el-ignored> is specified
      See Also:
    • isErrorOnELNotFound

      boolean isErrorOnELNotFound()
      Returns:
      <el-ignored> if specified
      See Also:
    • getPageEncoding

      String getPageEncoding()
      Returns:
      <page-encoding>, or null if unspecified
    • isSetScriptingInvalid

      boolean isSetScriptingInvalid()
      Returns:
      true if <scripting-invalid> is specified
      See Also:
    • isScriptingInvalid

      boolean isScriptingInvalid()
      Returns:
      <scripting-invalid> if specified
      See Also:
    • isSetIsXml

      boolean isSetIsXml()
      Returns:
      true if <is-xml> is specified
      See Also:
    • isIsXml

      boolean isIsXml()
      Returns:
      <is-xml> if specified
      See Also:
    • getIncludePreludes

      List<String> getIncludePreludes()
      Returns:
      <include-prelude> as a read-only list
    • getIncludeCodas

      List<String> getIncludeCodas()
      Returns:
      <include-coda> as a read-only list
    • isSetDeferredSyntaxAllowedAsLiteral

      boolean isSetDeferredSyntaxAllowedAsLiteral()
      Returns:
      true if <deferred-syntax-allowed-as-literal> is specified
      See Also:
    • isDeferredSyntaxAllowedAsLiteral

      boolean isDeferredSyntaxAllowedAsLiteral()
      Returns:
      <deferred-syntax-allowed-as-literal> if specified
      See Also:
    • isSetTrimDirectiveWhitespaces

      boolean isSetTrimDirectiveWhitespaces()
      Returns:
      true if <trim-directive-whitespaces> is specified
      See Also:
    • isTrimDirectiveWhitespaces

      boolean isTrimDirectiveWhitespaces()
      Returns:
      <trim-directive-whitespaces> if specified
      See Also:
    • getDefaultContentType

      String getDefaultContentType()
      Returns:
      <default-content-type>, or null if unspecified
    • getBuffer

      String getBuffer()
      Returns:
      <buffer>, or null if unspecified
    • isSetErrorOnUndeclaredNamespace

      boolean isSetErrorOnUndeclaredNamespace()
      Returns:
      true if <error-on-undeclared-namespace> is specified
      See Also:
    • isErrorOnUndeclaredNamespace

      boolean isErrorOnUndeclaredNamespace()
      Returns:
      <error-on-undeclared-namespace> if specified
      See Also: