KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.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.compiler.Validator
    Performs validation on the page elements. Attributes are checked for mandatory presence, entry value validity, and consistency. As a side effect, some page global value (such as those from page direcitves) are stored, for later use. @author Kin-man Chung @author Jan Luehe @author Shawn Bayern @ ...
  • org.apache.jasper.compiler.Generator
    Generate Java source from Nodes @author Anil K. Vijendran @author Danno Ferrin @author Mandar Raje @author Rajiv Mordani @author Pierre Delisle Tomcat 4.1.x and Tomcat 5: @author Kin-man Chung @author Jan Luehe @author Shawn Bayern @author Mark Roth @author Denis Benoit @param s the input stri ...
  • org.apache.jasper.compiler.Node
    An internal data representation of a JSP page or a JSP docuement (XML). Also included here is a visitor class for tranversing nodes. @author Kin-man Chung @author Jan Luehe @author Shawn Bayern @author Mark Roth xmlns attributes that represent tag libraries (only in XML syntax) xmlns attributes ...
  • 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