Package org.apache.openejb.jee
Class JspConfig
- java.lang.Object
-
- org.apache.openejb.jee.JspConfig
-
public class JspConfig extends Object
jsp_2_2.xsdJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<JspPropertyGroup>jspPropertyGroupprotected List<Taglib>taglib
-
Constructor Summary
Constructors Constructor Description JspConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()List<JspPropertyGroup>getJspPropertyGroup()List<Taglib>getTaglib()voidsetId(String value)
-
-
-
Field Detail
-
jspPropertyGroup
protected List<JspPropertyGroup> jspPropertyGroup
-
id
protected String id
-
-