org.apache.jasper.compiler
Class ImplicitTagLibraryInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagLibraryInfo
        |
        +--org.apache.jasper.compiler.ImplicitTagLibraryInfo

public class ImplicitTagLibraryInfo
extends javax.servlet.jsp.tagext.TagLibraryInfo

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.

Author:
Jan Luehe

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

ImplicitTagLibraryInfo

public ImplicitTagLibraryInfo(JspCompilationContext ctxt,
                              ParserController pc,
                              java.lang.String prefix,
                              java.lang.String tagdir,
                              ErrorDispatcher err)
                       throws JasperException
Constructor.

Method Detail

getTagFile

public 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.

Overrides:
getTagFile in class javax.servlet.jsp.tagext.TagLibraryInfo
Returns:
The TagFileInfo corresponding to the given tag name, or null if the given tag name is not implemented as a tag file


Copyright © 2000 Apache Software Foundation. All Rights Reserved.