Class JspPropertyGroupDescriptorImpl
- java.lang.Object
-
- org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- All Implemented Interfaces:
JspPropertyGroupDescriptor
public class JspPropertyGroupDescriptorImpl extends Object implements JspPropertyGroupDescriptor
-
-
Constructor Summary
Constructors Constructor Description JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuffer()
String
getDefaultContentType()
String
getDeferredSyntaxAllowedAsLiteral()
String
getElIgnored()
String
getErrorOnUndeclaredNamespace()
Collection<String>
getIncludeCodas()
Collection<String>
getIncludePreludes()
String
getIsXml()
String
getPageEncoding()
String
getScriptingInvalid()
String
getTrimDirectiveWhitespaces()
Collection<String>
getUrlPatterns()
-
-
-
Constructor Detail
-
JspPropertyGroupDescriptorImpl
public JspPropertyGroupDescriptorImpl(JspPropertyGroup jspPropertyGroup)
-
-
Method Detail
-
getBuffer
public String getBuffer()
- Specified by:
getBuffer
in interfaceJspPropertyGroupDescriptor
-
getDefaultContentType
public String getDefaultContentType()
- Specified by:
getDefaultContentType
in interfaceJspPropertyGroupDescriptor
-
getDeferredSyntaxAllowedAsLiteral
public String getDeferredSyntaxAllowedAsLiteral()
- Specified by:
getDeferredSyntaxAllowedAsLiteral
in interfaceJspPropertyGroupDescriptor
-
getElIgnored
public String getElIgnored()
- Specified by:
getElIgnored
in interfaceJspPropertyGroupDescriptor
-
getErrorOnUndeclaredNamespace
public String getErrorOnUndeclaredNamespace()
- Specified by:
getErrorOnUndeclaredNamespace
in interfaceJspPropertyGroupDescriptor
-
getIncludeCodas
public Collection<String> getIncludeCodas()
- Specified by:
getIncludeCodas
in interfaceJspPropertyGroupDescriptor
-
getIncludePreludes
public Collection<String> getIncludePreludes()
- Specified by:
getIncludePreludes
in interfaceJspPropertyGroupDescriptor
-
getIsXml
public String getIsXml()
- Specified by:
getIsXml
in interfaceJspPropertyGroupDescriptor
-
getPageEncoding
public String getPageEncoding()
- Specified by:
getPageEncoding
in interfaceJspPropertyGroupDescriptor
-
getScriptingInvalid
public String getScriptingInvalid()
- Specified by:
getScriptingInvalid
in interfaceJspPropertyGroupDescriptor
-
getTrimDirectiveWhitespaces
public String getTrimDirectiveWhitespaces()
- Specified by:
getTrimDirectiveWhitespaces
in interfaceJspPropertyGroupDescriptor
-
getUrlPatterns
public Collection<String> getUrlPatterns()
- Specified by:
getUrlPatterns
in interfaceJspPropertyGroupDescriptor
-
-