Class JspPropertyGroupDescriptorImpl
- java.lang.Object
-
- org.wildfly.extension.undertow.deployment.JspPropertyGroupDescriptorImpl
-
- All Implemented Interfaces:
jakarta.servlet.descriptor.JspPropertyGroupDescriptor
public class JspPropertyGroupDescriptorImpl extends Object implements jakarta.servlet.descriptor.JspPropertyGroupDescriptor
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description JspPropertyGroupDescriptorImpl(org.apache.jasper.deploy.JspPropertyGroup propertyGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBuffer()StringgetDefaultContentType()StringgetDeferredSyntaxAllowedAsLiteral()StringgetElIgnored()StringgetErrorOnELNotFound()StringgetErrorOnUndeclaredNamespace()Collection<String>getIncludeCodas()Collection<String>getIncludePreludes()StringgetIsXml()StringgetPageEncoding()StringgetScriptingInvalid()StringgetTrimDirectiveWhitespaces()Collection<String>getUrlPatterns()
-
-
-
Method Detail
-
getUrlPatterns
public Collection<String> getUrlPatterns()
- Specified by:
getUrlPatternsin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getElIgnored
public String getElIgnored()
- Specified by:
getElIgnoredin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getPageEncoding
public String getPageEncoding()
- Specified by:
getPageEncodingin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getScriptingInvalid
public String getScriptingInvalid()
- Specified by:
getScriptingInvalidin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIsXml
public String getIsXml()
- Specified by:
getIsXmlin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIncludePreludes
public Collection<String> getIncludePreludes()
- Specified by:
getIncludePreludesin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getIncludeCodas
public Collection<String> getIncludeCodas()
- Specified by:
getIncludeCodasin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getDeferredSyntaxAllowedAsLiteral
public String getDeferredSyntaxAllowedAsLiteral()
- Specified by:
getDeferredSyntaxAllowedAsLiteralin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getTrimDirectiveWhitespaces
public String getTrimDirectiveWhitespaces()
- Specified by:
getTrimDirectiveWhitespacesin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getDefaultContentType
public String getDefaultContentType()
- Specified by:
getDefaultContentTypein interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getBuffer
public String getBuffer()
- Specified by:
getBufferin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getErrorOnUndeclaredNamespace
public String getErrorOnUndeclaredNamespace()
- Specified by:
getErrorOnUndeclaredNamespacein interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
getErrorOnELNotFound
public String getErrorOnELNotFound()
- Specified by:
getErrorOnELNotFoundin interfacejakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
-