Class JspGroupDescriptor

  • All Implemented Interfaces:
    jakarta.servlet.descriptor.JspPropertyGroupDescriptor, Serializable

    public class JspGroupDescriptor
    extends Descriptor
    implements jakarta.servlet.descriptor.JspPropertyGroupDescriptor
    See Also:
    Serialized Form
    • Constructor Detail

      • JspGroupDescriptor

        public JspGroupDescriptor()
    • Method Detail

      • getUrlPatterns

        public Set<String> getUrlPatterns()
        Return the set of URL pattern aliases for this group.
        Specified by:
        getUrlPatterns in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
      • addUrlPattern

        public void addUrlPattern​(String urlPattern)
        Adds an alias to this jsp group.
      • removeUrlPattern

        public void removeUrlPattern​(String urlPattern)
        Removes a URL pattern from this jsp group.
      • getIncludePreludes

        public Set<String> getIncludePreludes()
        Return an Iterable over the include prelude elements for this group.
        Specified by:
        getIncludePreludes in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
      • addIncludePrelude

        public void addIncludePrelude​(String prelude)
        Adds an element
      • removeIncludePrelude

        public void removeIncludePrelude​(String prelude)
        Removes an element
      • getIncludeCodas

        public Set<String> getIncludeCodas()
        Return an Iterable over include coda elements for this group.
        Specified by:
        getIncludeCodas in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
      • addIncludeCoda

        public void addIncludeCoda​(String coda)
        Adds an element
      • removeIncludeCoda

        public void removeIncludeCoda​(String coda)
        Removes an element
      • setElIgnored

        public void setElIgnored​(String value)
        elIgnored
      • getElIgnored

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

        public void setScriptingInvalid​(String value)
        enable/disable scripting
      • getScriptingInvalid

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

        public void setIsXml​(String value)
        enable/disable xml
      • getIsXml

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

        public void setDeferredSyntaxAllowedAsLiteral​(String value)
        enable/disable deferredSyntaxAllowedAsLiteral
      • getDeferredSyntaxAllowedAsLiteral

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

        public void setTrimDirectiveWhitespaces​(String value)
        enable/disable trimDirectiveWhitespaces
      • getTrimDirectiveWhitespaces

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

        public void setDisplayName​(String name)
        set display name.
        Overrides:
        setDisplayName in class Descriptor
        Parameters:
        name - the display name
      • getPageEncoding

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

        public void setPageEncoding​(String encoding)
      • getDefaultContentType

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

        public void setDefaultContentType​(String defaultContentType)
        set defaultContentType
      • getBuffer

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

        public void setBuffer​(String value)
        set buffer
      • setErrorOnUndeclaredNamespace

        public void setErrorOnUndeclaredNamespace​(String value)
        set errorOnUndeclaredNamespace
      • getErrorOnUndeclaredNamespace

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

        public void setErrorELNotFound​(String value)
        set errorOnELNotFound
        Parameters:
        value -
      • getErrorOnELNotFound

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