public class JspPropertyGroup
extends java.lang.Object
Java class for jsp-property-groupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jsp-property-groupType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="url-pattern" type="{http://java.sun.com/xml/ns/javaee}url-patternType" maxOccurs="unbounded"/> <element name="el-ignored" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="page-encoding" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="scripting-invalid" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="is-xml" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="include-prelude" type="{http://java.sun.com/xml/ns/javaee}pathType" maxOccurs="unbounded" minOccurs="0"/> <element name="include-coda" type="{http://java.sun.com/xml/ns/javaee}pathType" maxOccurs="unbounded" minOccurs="0"/> <element name="deferred-syntax-allowed-as-literal" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="trim-directive-whitespaces" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="default-content-type" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="buffer" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="error-on-undeclared-namespace" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
buffer |
protected java.lang.String |
defaultContentType |
protected java.lang.Boolean |
deferredSyntaxAllowedAsLiteral |
protected TextMap |
description |
protected TextMap |
displayName |
protected java.lang.Boolean |
elIgnored |
protected java.lang.Boolean |
errorOnUndeclaredNamespace |
protected LocalCollection<Icon> |
icon |
protected java.lang.String |
id |
protected java.util.List<java.lang.String> |
includeCoda |
protected java.util.List<java.lang.String> |
includePrelude |
protected java.lang.Boolean |
isXml |
protected java.lang.String |
pageEncoding |
protected java.lang.Boolean |
scriptingInvalid |
protected java.lang.Boolean |
trimDirectiveWhitespaces |
protected java.util.List<java.lang.String> |
urlPattern |
Constructor and Description |
---|
JspPropertyGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuffer() |
java.lang.String |
getDefaultContentType() |
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getDisplayName() |
Text[] |
getDisplayNames() |
java.lang.Boolean |
getErrorOnUndeclaredNamespace() |
Icon |
getIcon() |
java.util.Map<java.lang.String,Icon> |
getIconMap() |
java.util.Collection<Icon> |
getIcons() |
java.lang.String |
getId() |
java.util.List<java.lang.String> |
getIncludeCoda() |
java.util.List<java.lang.String> |
getIncludePrelude() |
java.lang.String |
getPageEncoding() |
java.util.List<java.lang.String> |
getUrlPattern() |
java.lang.Boolean |
isDeferredSyntaxAllowedAsLiteral() |
java.lang.Boolean |
isElIgnored() |
java.lang.Boolean |
isIsXml() |
java.lang.Boolean |
isScriptingInvalid() |
java.lang.Boolean |
isTrimDirectiveWhitespaces() |
void |
setBuffer(java.lang.String value) |
void |
setDefaultContentType(java.lang.String value) |
void |
setDeferredSyntaxAllowedAsLiteral(java.lang.Boolean value) |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setElIgnored(java.lang.Boolean value) |
void |
setErrorOnUndeclaredNamespace(java.lang.Boolean value) |
void |
setId(java.lang.String value) |
void |
setIsXml(java.lang.Boolean value) |
void |
setPageEncoding(java.lang.String value) |
void |
setScriptingInvalid(java.lang.Boolean value) |
void |
setTrimDirectiveWhitespaces(java.lang.Boolean value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected java.util.List<java.lang.String> urlPattern
protected java.lang.Boolean elIgnored
protected java.lang.String pageEncoding
protected java.lang.Boolean scriptingInvalid
protected java.lang.Boolean isXml
protected java.util.List<java.lang.String> includePrelude
protected java.util.List<java.lang.String> includeCoda
protected java.lang.Boolean deferredSyntaxAllowedAsLiteral
protected java.lang.Boolean trimDirectiveWhitespaces
protected java.lang.String defaultContentType
protected java.lang.String buffer
protected java.lang.Boolean errorOnUndeclaredNamespace
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public java.util.List<java.lang.String> getUrlPattern()
public java.lang.Boolean isElIgnored()
public void setElIgnored(java.lang.Boolean value)
public java.lang.String getPageEncoding()
public void setPageEncoding(java.lang.String value)
public java.lang.Boolean isScriptingInvalid()
public void setScriptingInvalid(java.lang.Boolean value)
public java.lang.Boolean isIsXml()
public void setIsXml(java.lang.Boolean value)
public java.util.List<java.lang.String> getIncludePrelude()
public java.util.List<java.lang.String> getIncludeCoda()
public java.lang.Boolean isDeferredSyntaxAllowedAsLiteral()
public void setDeferredSyntaxAllowedAsLiteral(java.lang.Boolean value)
public java.lang.Boolean isTrimDirectiveWhitespaces()
public void setTrimDirectiveWhitespaces(java.lang.Boolean value)
public java.lang.String getDefaultContentType()
public void setDefaultContentType(java.lang.String value)
public java.lang.String getBuffer()
public void setBuffer(java.lang.String value)
public java.lang.Boolean getErrorOnUndeclaredNamespace()
public void setErrorOnUndeclaredNamespace(java.lang.Boolean value)
public java.lang.String getId()
public void setId(java.lang.String value)