org.apache.openejb.jee
Class JspConfig

java.lang.Object
  extended by org.apache.openejb.jee.JspConfig

public class JspConfig
extends Object


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-2013 The Apache OpenEJB development community. All Rights Reserved.