Uses of Interface
javax.servlet.jsp.tagext.JspTag

Packages that use JspTag
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
 

Uses of JspTag in javax.servlet.jsp.tagext
 

Subinterfaces of JspTag in javax.servlet.jsp.tagext
 interface BodyTag
          The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
 interface IterationTag
          The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
 interface SimpleTag
          Interface for defining Simple Tag Handlers.
 interface Tag
          The interface of a classic tag handler that does not want to manipulate its body.
 

Classes in javax.servlet.jsp.tagext that implement JspTag
 class BodyTagSupport
          A base class for defining tag handlers implementing BodyTag.
 class SimpleTagSupport
          A base class for defining tag handlers implemeting SimpleTag.
 class TagAdapter
          Wraps any SimpleTag and exposes it using a Tag interface.
 class TagSupport
          A base class for defining new tag handlers implementing Tag.
 



Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.