public class JspConfig extends Object
Java class for jsp-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jsp-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="taglib" type="{http://java.sun.com/xml/ns/javaee}taglibType" maxOccurs="unbounded" minOccurs="0"/>
<element name="jsp-property-group" type="{http://java.sun.com/xml/ns/javaee}jsp-property-groupType" maxOccurs="unbounded" 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 |
id |
protected List<JspPropertyGroup> |
jspPropertyGroup |
protected List<Taglib> |
taglib |
| Constructor and Description |
|---|
JspConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
List<JspPropertyGroup> |
getJspPropertyGroup() |
List<Taglib> |
getTaglib() |
void |
setId(String value) |
protected List<JspPropertyGroup> jspPropertyGroup
protected String id
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.