Package | Description |
---|---|
com.caucho.jsp.cfg | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<JspTaglib> |
JspConfig.getTaglibList()
Returns the taglibs.
|
Modifier and Type | Method and Description |
---|---|
void |
JspConfig.addTaglib(JspTaglib taglib)
Adds a new taglib to the configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<JspTaglib> |
WebApp.getTaglibList()
Returns the taglib configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
WebApp.addTaglib(JspTaglib taglib)
taglib configuration
|