Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
class: ImplicitTagLibraryInfo [javadoc | source]
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.
Constructor:
 public ImplicitTagLibraryInfo(JspCompilationContext ctxt,
    ParserController pc,
    PageInfo pi,
    String prefix,
    String tagdir,
    ErrorDispatcher err) throws JasperException 
    Constructor.
Method from org.apache.jasper.compiler.ImplicitTagLibraryInfo Summary:
getTagFile,   getTagLibraryInfos
Methods from javax.servlet.jsp.tagext.TagLibraryInfo:
getFunction,   getFunctions,   getInfoString,   getPrefixString,   getReliableURN,   getRequiredVersion,   getShortName,   getTag,   getTagFile,   getTagFiles,   getTags,   getURI
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.ImplicitTagLibraryInfo Detail:
 public TagFileInfo getTagFile(String shortName) 
    Checks to see if the given tag name maps to a tag file path, and if so, parses the corresponding tag file.
 public TagLibraryInfo[] getTagLibraryInfos()