public class JspConfig
extends java.lang.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 java.lang.String |
id |
protected java.util.List<JspPropertyGroup> |
jspPropertyGroup |
protected java.util.List<Taglib> |
taglib |
Constructor and Description |
---|
JspConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.util.List<JspPropertyGroup> |
getJspPropertyGroup() |
java.util.List<Taglib> |
getTaglib() |
void |
setId(java.lang.String value) |
protected java.util.List<Taglib> taglib
protected java.util.List<JspPropertyGroup> jspPropertyGroup
protected java.lang.String id
public java.util.List<Taglib> getTaglib()
public java.util.List<JspPropertyGroup> getJspPropertyGroup()
public java.lang.String getId()
public void setId(java.lang.String value)