KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > tagext > TagInfo > Top Examples

  • org.apache.jasper.compiler.TagLibraryInfoImpl
    Implementation of the TagLibraryInfo class from the JSP spec. @author Anil K. Vijendran @author Mandar Raje @author Pierre Delisle @author Kin-man Chung @author Jan Luehe Logger
  • org.apache.jasper.JspCompilationContext
    A place holder for various things that are used through out the JSP engine. This is a per-request/per-context data structure. Some of the instance variables are set at different points. Most of the path-related stuff is here - mangling names, versions, dirs, loading resources and dealing with uri ...
  • org.apache.jasper.compiler.TagFileProcessor
    1. Processes and extracts the directive info in a tag file. 2. Compiles and loads tag files used in a JSP file. @author Kin-man Chung A visitor the tag file
  • org.apache.jasper.compiler.Parser
    This class implements a parser for a JSP page (non-xml view). JSP page grammar is included here for reference. The token '#' that appears in the production indicates the current input token location in the production. @author Kin-man Chung @author Shawn Bayern @author Mark Roth Virtual body con ...
  • com.caucho.jsp.TagInfoImpl
    Stores the entire information for a tag library.
  • org.apache.jasper.compiler.JasperTagInfo
    TagInfo extension used by tag handlers that are implemented via tag files. This class provides access to the name of the Map used to store the dynamic attribute names and values passed to the custom action invocation. This information is used by the code generator.
Popular Tags