Package | Description |
---|---|
org.apache.jasper | |
org.apache.jasper.compiler |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentHashMap<java.lang.String,TagLibraryInfoImpl> |
JspCompilationContext.taglibs |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ConcurrentHashMap<java.lang.String,TagLibraryInfoImpl> |
JspCompilationContext.getTaglibs()
Gets the context-wide tag library cache.
|
Modifier and Type | Method and Description |
---|---|
void |
JspCompilationContext.addTaglib(java.lang.String uri,
TagLibraryInfoImpl taglib)
Adds the given tag library with the given URI to the context-wide
tag library cache.
|
Constructor and Description |
---|
TagLibraryInfoImpl(java.lang.String prefix,
java.lang.String uri,
TagLibraryInfoImpl delegate,
PageInfo pageInfo)
Constructor which populates a TagLibraryInfoImpl from a given
TagLibraryInfoImpl, and associates the new TagLibraryInfoImpl with the
given translation unit (pageInfo).
|