|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JspTaglib | |
|---|---|
| com.caucho.jsp.cfg | |
| com.caucho.server.webapp | |
| Uses of JspTaglib in com.caucho.jsp.cfg |
|---|
| Methods in com.caucho.jsp.cfg that return types with arguments of type JspTaglib | |
|---|---|
java.util.ArrayList<JspTaglib> |
JspConfig.getTaglibList()
Returns the taglibs. |
| Methods in com.caucho.jsp.cfg with parameters of type JspTaglib | |
|---|---|
void |
JspConfig.addTaglib(JspTaglib taglib)
Adds a new taglib to the configuration. |
| Uses of JspTaglib in com.caucho.server.webapp |
|---|
| Methods in com.caucho.server.webapp that return types with arguments of type JspTaglib | |
|---|---|
java.util.ArrayList<JspTaglib> |
WebApp.getTaglibList()
Returns the taglib configuration. |
| Methods in com.caucho.server.webapp with parameters of type JspTaglib | |
|---|---|
void |
WebApp.addTaglib(JspTaglib taglib)
taglib configuration |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||