org.apache.openejb.jee
Class JspConfig
java.lang.Object
org.apache.openejb.jee.JspConfig
public class JspConfig
- extends Object
jsp_2_2.xsd
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taglib
protected List<Taglib> taglib
jspPropertyGroup
protected List<JspPropertyGroup> jspPropertyGroup
id
protected String id
JspConfig
public JspConfig()
getTaglib
public List<Taglib> getTaglib()
getJspPropertyGroup
public List<JspPropertyGroup> getJspPropertyGroup()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.