org.apache.openejb.jee
Class JspConfig

java.lang.Object
  extended by 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>
 


Field Summary
protected  String id
           
protected  List<JspPropertyGroup> jspPropertyGroup
           
protected  List<Taglib> taglib
           
 
Constructor Summary
JspConfig()
           
 
Method Summary
 String getId()
           
 List<JspPropertyGroup> getJspPropertyGroup()
           
 List<Taglib> getTaglib()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taglib

protected List<Taglib> taglib

jspPropertyGroup

protected List<JspPropertyGroup> jspPropertyGroup

id

protected String id
Constructor Detail

JspConfig

public JspConfig()
Method Detail

getTaglib

public List<Taglib> getTaglib()

getJspPropertyGroup

public List<JspPropertyGroup> getJspPropertyGroup()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.