com.sun.grizzly.http.webxml.schema
Class JspConfig

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.JspConfig

public class JspConfig
extends Object


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

Field Detail

taglib

public List<Taglib> taglib

jspPropertyGroup

public List<JspPropertyGroup> jspPropertyGroup
Constructor Detail

JspConfig

public JspConfig()
Method Detail

getTaglib

public List<Taglib> getTaglib()

setTaglib

public void setTaglib(List<Taglib> taglib)

getJspPropertyGroup

public List<JspPropertyGroup> getJspPropertyGroup()

setJspPropertyGroup

public void setJspPropertyGroup(List<JspPropertyGroup> jspPropertyGroup)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.