|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagLibraryInfoImpl | |
---|---|
org.apache.jasper | |
org.apache.jasper.compiler |
Uses of TagLibraryInfoImpl in org.apache.jasper |
---|
Methods in org.apache.jasper that return types with arguments of type TagLibraryInfoImpl | |
---|---|
ConcurrentHashMap<String,TagLibraryInfoImpl> |
JspCompilationContext.getTaglibs()
Gets the context-wide tag library cache. |
Methods in org.apache.jasper with parameters of type TagLibraryInfoImpl | |
---|---|
void |
JspCompilationContext.addTaglib(String uri,
TagLibraryInfoImpl taglib)
Adds the given tag library with the given URI to the context-wide tag library cache. |
Uses of TagLibraryInfoImpl in org.apache.jasper.compiler |
---|
Constructors in org.apache.jasper.compiler with parameters of type TagLibraryInfoImpl | |
---|---|
TagLibraryInfoImpl(String prefix,
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |