public class JspConfig
extends java.lang.Object
element jsp-config { taglib* jsp-property-group* }
Modifier and Type | Method and Description |
---|---|
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.
|
public JspConfig(WebApp webApp)
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)