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
Constructors -
Method Summary
-
Constructor Details
-
JspPropertyGroupDescriptorStub
public JspPropertyGroupDescriptorStub()
-
-
Method Details
-
getUrlPatterns
- Specified by:
getUrlPatternsin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getElIgnored
- Specified by:
getElIgnoredin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getErrorOnELNotFound
- Specified by:
getErrorOnELNotFoundin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getPageEncoding
- Specified by:
getPageEncodingin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getScriptingInvalid
- Specified by:
getScriptingInvalidin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIsXml
- Specified by:
getIsXmlin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIncludePreludes
- Specified by:
getIncludePreludesin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIncludeCodas
- Specified by:
getIncludeCodasin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getDeferredSyntaxAllowedAsLiteral
- Specified by:
getDeferredSyntaxAllowedAsLiteralin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getTrimDirectiveWhitespaces
- Specified by:
getTrimDirectiveWhitespacesin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getDefaultContentType
- Specified by:
getDefaultContentTypein interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getBuffer
- Specified by:
getBufferin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getErrorOnUndeclaredNamespace
- Specified by:
getErrorOnUndeclaredNamespacein interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-