|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.cfg.JspConfig
public class JspConfig
Configuration from the web.xml.
element jsp-config { taglib* jsp-property-group* }
Constructor Summary | |
---|---|
JspConfig(WebApp webApp)
|
Method Summary | |
---|---|
void |
addJspPropertyGroup(JspPropertyGroup propertyGroup)
Adds a new JspPropertyGroup to the configuration. |
void |
addTaglib(JspTaglib taglib)
Adds a new taglib to the configuration. |
JspPropertyGroup |
createJspPropertyGroup()
|
JspPropertyGroup |
findJspPropertyGroup(java.lang.String url)
Returns the first matching property group. |
java.util.ArrayList<JspPropertyGroup> |
findJspPropertyGroupList(java.lang.String url)
Returns the first matching property group. |
java.util.ArrayList<JspPropertyGroup> |
getJspPropertyGroupList()
Returns the JspPropertyGroup list from the configuration. |
java.util.ArrayList<JspTaglib> |
getTaglibList()
Returns the taglibs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspConfig(WebApp webApp)
Method Detail |
---|
public void addTaglib(JspTaglib taglib)
public java.util.ArrayList<JspTaglib> getTaglibList()
public JspPropertyGroup createJspPropertyGroup()
public void addJspPropertyGroup(JspPropertyGroup propertyGroup)
public java.util.ArrayList<JspPropertyGroup> getJspPropertyGroupList()
public JspPropertyGroup findJspPropertyGroup(java.lang.String url)
public java.util.ArrayList<JspPropertyGroup> findJspPropertyGroupList(java.lang.String url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |