Class ServletContextHandler.JspPropertyGroup

java.lang.Object
org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
All Implemented Interfaces:
javax.servlet.descriptor.JspPropertyGroupDescriptor
Enclosing class:
ServletContextHandler

public static class ServletContextHandler.JspPropertyGroup extends Object implements javax.servlet.descriptor.JspPropertyGroupDescriptor
  • Constructor Details

    • JspPropertyGroup

      public JspPropertyGroup()
  • Method Details

    • getUrlPatterns

      public Collection<String> getUrlPatterns()
      Specified by:
      getUrlPatterns in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • addUrlPattern

      public void addUrlPattern(String s)
    • getElIgnored

      public String getElIgnored()
      Specified by:
      getElIgnored in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • setElIgnored

      public void setElIgnored(String s)
    • getPageEncoding

      public String getPageEncoding()
      Specified by:
      getPageEncoding in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • setPageEncoding

      public void setPageEncoding(String pageEncoding)
    • setScriptingInvalid

      public void setScriptingInvalid(String scriptingInvalid)
    • setIsXml

      public void setIsXml(String isXml)
    • setDeferredSyntaxAllowedAsLiteral

      public void setDeferredSyntaxAllowedAsLiteral(String deferredSyntaxAllowedAsLiteral)
    • setTrimDirectiveWhitespaces

      public void setTrimDirectiveWhitespaces(String trimDirectiveWhitespaces)
    • setDefaultContentType

      public void setDefaultContentType(String defaultContentType)
    • setBuffer

      public void setBuffer(String buffer)
    • setErrorOnUndeclaredNamespace

      public void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
    • getScriptingInvalid

      public String getScriptingInvalid()
      Specified by:
      getScriptingInvalid in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • getIsXml

      public String getIsXml()
      Specified by:
      getIsXml in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • getIncludePreludes

      public Collection<String> getIncludePreludes()
      Specified by:
      getIncludePreludes in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • addIncludePrelude

      public void addIncludePrelude(String prelude)
    • getIncludeCodas

      public Collection<String> getIncludeCodas()
      Specified by:
      getIncludeCodas in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • addIncludeCoda

      public void addIncludeCoda(String coda)
    • getDeferredSyntaxAllowedAsLiteral

      public String getDeferredSyntaxAllowedAsLiteral()
      Specified by:
      getDeferredSyntaxAllowedAsLiteral in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • getTrimDirectiveWhitespaces

      public String getTrimDirectiveWhitespaces()
      Specified by:
      getTrimDirectiveWhitespaces in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • getDefaultContentType

      public String getDefaultContentType()
      Specified by:
      getDefaultContentType in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • getBuffer

      public String getBuffer()
      Specified by:
      getBuffer in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • getErrorOnUndeclaredNamespace

      public String getErrorOnUndeclaredNamespace()
      Specified by:
      getErrorOnUndeclaredNamespace in interface javax.servlet.descriptor.JspPropertyGroupDescriptor
    • toString

      public String toString()
      Overrides:
      toString in class Object