Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core | |
org.apache.jasper |
Modifier and Type | Method and Description |
---|---|
void |
Context.addJspTagLibrary(String uri,
TagLibraryInfo tagLibraryInfo)
Add the given JSP tag library metadata.
|
void |
Context.addJspTagLibrary(TagLibraryInfo tagLibraryInfo)
Add the given JSP tag library metadata.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,TagLibraryInfo> |
StandardContext.jspTagLibraries
The set of taglibs defined for the webapp, keyed by uri.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.addJspTagLibrary(String uri,
TagLibraryInfo tagLibraryInfo)
Add the given JSP tag library metadata with a specified mapping.
|
void |
StandardContext.addJspTagLibrary(TagLibraryInfo tagLibraryInfo)
Add the given JSP tag library metadata.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,TagLibraryInfo> |
JspCompilationContext.jspTagLibraries |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.