Class JspConfig.JspProperty

java.lang.Object
org.apache.jasper.compiler.JspConfig.JspProperty
Enclosing class:
JspConfig

public static class JspConfig.JspProperty extends Object
  • Constructor Details

  • Method Details

    • isXml

      public String isXml()
    • isELIgnored

      public String isELIgnored()
    • isScriptingInvalid

      public String isScriptingInvalid()
    • getPageEncoding

      public String getPageEncoding()
    • getIncludePrelude

      public Collection<String> getIncludePrelude()
    • getIncludeCoda

      public Collection<String> getIncludeCoda()
    • isDeferedSyntaxAllowedAsLiteral

      public String isDeferedSyntaxAllowedAsLiteral()
    • isTrimDirectiveWhitespaces

      public String isTrimDirectiveWhitespaces()
    • getDefaultContentType

      public String getDefaultContentType()
    • getBuffer

      public String getBuffer()
    • isErrorOnUndeclaredNamespace

      public String isErrorOnUndeclaredNamespace()