public class JspPropertyGroup extends 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 String |
buffer |
protected String |
defaultContentType |
protected Boolean |
deferredSyntaxAllowedAsLiteral |
protected TextMap |
description |
protected TextMap |
displayName |
protected Boolean |
elIgnored |
protected Boolean |
errorOnUndeclaredNamespace |
protected LocalCollection<Icon> |
icon |
protected String |
id |
protected List<String> |
includeCoda |
protected List<String> |
includePrelude |
protected Boolean |
isXml |
protected String |
pageEncoding |
protected Boolean |
scriptingInvalid |
protected Boolean |
trimDirectiveWhitespaces |
protected List<String> |
urlPattern |
| Constructor and Description |
|---|
JspPropertyGroup() |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected Boolean elIgnored
protected String pageEncoding
protected Boolean scriptingInvalid
protected Boolean isXml
protected Boolean deferredSyntaxAllowedAsLiteral
protected Boolean trimDirectiveWhitespaces
protected String defaultContentType
protected String buffer
protected Boolean errorOnUndeclaredNamespace
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public Collection<Icon> getIcons()
public Icon getIcon()
public Boolean isElIgnored()
public void setElIgnored(Boolean value)
public String getPageEncoding()
public void setPageEncoding(String value)
public Boolean isScriptingInvalid()
public void setScriptingInvalid(Boolean value)
public Boolean isIsXml()
public void setIsXml(Boolean value)
public Boolean isDeferredSyntaxAllowedAsLiteral()
public void setDeferredSyntaxAllowedAsLiteral(Boolean value)
public Boolean isTrimDirectiveWhitespaces()
public void setTrimDirectiveWhitespaces(Boolean value)
public String getDefaultContentType()
public void setDefaultContentType(String value)
public String getBuffer()
public void setBuffer(String value)
public Boolean getErrorOnUndeclaredNamespace()
public void setErrorOnUndeclaredNamespace(Boolean value)
public String getId()
public void setId(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.