|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagLibraryInfo | +--org.apache.jasper.compiler.ImplicitTagLibraryInfo
Class responsible for generating an implicit tag library containing tag handlers corresponding to the tag files in "/WEB-INF/tags/" or a subdirectory of it.
Field Summary |
Fields inherited from class javax.servlet.jsp.tagext.TagLibraryInfo |
functions, info, jspversion, prefix, shortname, tagdir, tagFiles, tags, tlibversion, uri, urn |
Constructor Summary | |
ImplicitTagLibraryInfo(JspCompilationContext ctxt,
ParserController pc,
java.lang.String prefix,
java.lang.String tagdir,
ErrorDispatcher err)
Constructor. |
Method Summary | |
javax.servlet.jsp.tagext.TagFileInfo |
getTagFile(java.lang.String shortName)
Checks to see if the given tag name maps to a tag file path, and if so, parses the corresponding tag file. |
Methods inherited from class javax.servlet.jsp.tagext.TagLibraryInfo |
getFunction, getFunctions, getInfoString, getPrefixString, getReliableURN, getRequiredVersion, getShortName, getTag, getTagdir, getTagFiles, getTags, getURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImplicitTagLibraryInfo(JspCompilationContext ctxt, ParserController pc, java.lang.String prefix, java.lang.String tagdir, ErrorDispatcher err) throws JasperException
Method Detail |
public javax.servlet.jsp.tagext.TagFileInfo getTagFile(java.lang.String shortName)
getTagFile
in class javax.servlet.jsp.tagext.TagLibraryInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |