Definitions for "tag handler"
an object in the Web container that helps evaluate actions when a JSP page executes
an object invoked by a JSP technology container to evaluate a custom tag during the execution of the JSP technology page that references the tag
an object invoked by the JSP runtime to evaluate a custom tag during the execution of a JSP page that references the tag
a Java bean implementing one of two interfaces defined in the javax
a Java class that contains the logic for your custom tag
a Java class that defines the semantics of an action