Package com.ibm.ws.javaee.dd.jsp
Interface JSPPropertyGroup
-
- All Superinterfaces:
Describable
,DescriptionGroup
public interface JSPPropertyGroup extends DescriptionGroup
Represents the jsp-property-groupType type from the jsp XSD.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBuffer()
java.lang.String
getDefaultContentType()
java.util.List<java.lang.String>
getIncludeCodas()
java.util.List<java.lang.String>
getIncludePreludes()
java.lang.String
getPageEncoding()
java.util.List<java.lang.String>
getURLPatterns()
boolean
isDeferredSyntaxAllowedAsLiteral()
boolean
isElIgnored()
boolean
isErrorOnELNotFound()
boolean
isErrorOnUndeclaredNamespace()
boolean
isIsXml()
boolean
isScriptingInvalid()
boolean
isSetDeferredSyntaxAllowedAsLiteral()
boolean
isSetElIgnored()
boolean
isSetErrorOnELNotFound()
boolean
isSetErrorOnUndeclaredNamespace()
boolean
isSetIsXml()
boolean
isSetScriptingInvalid()
boolean
isSetTrimDirectiveWhitespaces()
boolean
isTrimDirectiveWhitespaces()
-
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
-
Methods inherited from interface com.ibm.ws.javaee.dd.common.DescriptionGroup
getDisplayNames, getIcons
-
-
-
-
Method Detail
-
getURLPatterns
java.util.List<java.lang.String> getURLPatterns()
- Returns:
- <url-pattern> as a read-only list
-
isSetElIgnored
boolean isSetElIgnored()
- Returns:
- true if <el-ignored> is specified
- See Also:
isElIgnored()
-
isElIgnored
boolean isElIgnored()
- Returns:
- <el-ignored> if specified
- See Also:
isSetElIgnored()
-
isSetErrorOnELNotFound
boolean isSetErrorOnELNotFound()
- Returns:
- true if <el-ignored> is specified
- See Also:
isErrorOnELNotFound()
-
isErrorOnELNotFound
boolean isErrorOnELNotFound()
- Returns:
- <el-ignored> if specified
- See Also:
isErrorOnELNotFound()
-
getPageEncoding
java.lang.String getPageEncoding()
- Returns:
- <page-encoding>, or null if unspecified
-
isSetScriptingInvalid
boolean isSetScriptingInvalid()
- Returns:
- true if <scripting-invalid> is specified
- See Also:
isScriptingInvalid()
-
isScriptingInvalid
boolean isScriptingInvalid()
- Returns:
- <scripting-invalid> if specified
- See Also:
isSetScriptingInvalid()
-
isSetIsXml
boolean isSetIsXml()
- Returns:
- true if <is-xml> is specified
- See Also:
isIsXml()
-
isIsXml
boolean isIsXml()
- Returns:
- <is-xml> if specified
- See Also:
isSetIsXml()
-
getIncludePreludes
java.util.List<java.lang.String> getIncludePreludes()
- Returns:
- <include-prelude> as a read-only list
-
getIncludeCodas
java.util.List<java.lang.String> getIncludeCodas()
- Returns:
- <include-coda> as a read-only list
-
isSetDeferredSyntaxAllowedAsLiteral
boolean isSetDeferredSyntaxAllowedAsLiteral()
- Returns:
- true if <deferred-syntax-allowed-as-literal> is specified
- See Also:
isDeferredSyntaxAllowedAsLiteral()
-
isDeferredSyntaxAllowedAsLiteral
boolean isDeferredSyntaxAllowedAsLiteral()
- Returns:
- <deferred-syntax-allowed-as-literal> if specified
- See Also:
isSetDeferredSyntaxAllowedAsLiteral()
-
isSetTrimDirectiveWhitespaces
boolean isSetTrimDirectiveWhitespaces()
- Returns:
- true if <trim-directive-whitespaces> is specified
- See Also:
isTrimDirectiveWhitespaces()
-
isTrimDirectiveWhitespaces
boolean isTrimDirectiveWhitespaces()
- Returns:
- <trim-directive-whitespaces> if specified
- See Also:
isSetTrimDirectiveWhitespaces()
-
getDefaultContentType
java.lang.String getDefaultContentType()
- Returns:
- <default-content-type>, or null if unspecified
-
getBuffer
java.lang.String getBuffer()
- Returns:
- <buffer>, or null if unspecified
-
isSetErrorOnUndeclaredNamespace
boolean isSetErrorOnUndeclaredNamespace()
- Returns:
- true if <error-on-undeclared-namespace> is specified
- See Also:
isErrorOnUndeclaredNamespace()
-
isErrorOnUndeclaredNamespace
boolean isErrorOnUndeclaredNamespace()
- Returns:
- <error-on-undeclared-namespace> if specified
- See Also:
isSetErrorOnUndeclaredNamespace()
-
-