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 Summary
-
Method Summary
-
Constructor Details
-
JspPropertyGroupDescriptorStub
public JspPropertyGroupDescriptorStub()
-
-
Method Details
-
getUrlPatterns
- Specified by:
getUrlPatterns
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getElIgnored
- Specified by:
getElIgnored
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getErrorOnELNotFound
- Specified by:
getErrorOnELNotFound
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getPageEncoding
- Specified by:
getPageEncoding
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getScriptingInvalid
- Specified by:
getScriptingInvalid
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIsXml
- Specified by:
getIsXml
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIncludePreludes
- Specified by:
getIncludePreludes
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIncludeCodas
- Specified by:
getIncludeCodas
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getDeferredSyntaxAllowedAsLiteral
- Specified by:
getDeferredSyntaxAllowedAsLiteral
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getTrimDirectiveWhitespaces
- Specified by:
getTrimDirectiveWhitespaces
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getDefaultContentType
- Specified by:
getDefaultContentType
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getBuffer
- Specified by:
getBuffer
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getErrorOnUndeclaredNamespace
- Specified by:
getErrorOnUndeclaredNamespace
in interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-