Class JspPropertyGroupDescriptorStub

java.lang.Object
com.foreach.across.modules.web.servlet.JspPropertyGroupDescriptorStub
All Implemented Interfaces:
jakarta.servlet.descriptor.JspPropertyGroupDescriptor

public abstract class JspPropertyGroupDescriptorStub extends Object implements jakarta.servlet.descriptor.JspPropertyGroupDescriptor
This is a stub implementation for the JspPropertyGroupDescriptor from the servlet 3.0 spec. This simplifies configuring your own jsp-property-group in servlet configuration by providing sane defaults.
Since:
23/10/2014
Author:
niels
  • Constructor Details

    • JspPropertyGroupDescriptorStub

      public JspPropertyGroupDescriptorStub()
  • Method Details

    • getUrlPatterns

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

      public String getElIgnored()
      Specified by:
      getElIgnored in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
    • getErrorOnELNotFound

      public String getErrorOnELNotFound()
      Specified by:
      getErrorOnELNotFound in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
    • getPageEncoding

      public String getPageEncoding()
      Specified by:
      getPageEncoding in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
    • getScriptingInvalid

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

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

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

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

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

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

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

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

      public String getErrorOnUndeclaredNamespace()
      Specified by:
      getErrorOnUndeclaredNamespace in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor