| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | BodyTagThe BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body. | 
|  interface | IterationTagThe IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body. | 
|  interface | SimpleTagInterface for defining Simple Tag Handlers. | 
|  interface | TagThe interface of a classic tag handler that does not want to manipulate its body. | 
| Classes in javax.servlet.jsp.tagext that implement JspTag | |
|  class | BodyTagSupportA base class for defining tag handlers implementing BodyTag. | 
|  class | SimpleTagSupportA base class for defining tag handlers implementing SimpleTag. | 
|  class | TagAdapterWraps any SimpleTag and exposes it using a Tag interface. | 
|  class | TagSupportA base class for defining new tag handlers implementing Tag. | 
| Methods in javax.servlet.jsp.tagext that return JspTag | |
|  JspTag | TagAdapter.getAdaptee()Gets the tag that is being adapted to the Tag interface. | 
|  JspTag | SimpleTagSupport.getParent()Returns the parent of this tag, for collaboration purposes. | 
| static JspTag | SimpleTagSupport.findAncestorWithClass(JspTag from,
                      java.lang.Class klass)Find the instance of a given class type that is closest to a given instance. | 
|  JspTag | SimpleTag.getParent()Returns the parent of this tag, for collaboration purposes. | 
| Methods in javax.servlet.jsp.tagext with parameters of type JspTag | |
|  void | SimpleTagSupport.setParent(JspTag parent)Sets the parent of this tag, for collaboration purposes. | 
| static JspTag | SimpleTagSupport.findAncestorWithClass(JspTag from,
                      java.lang.Class klass)Find the instance of a given class type that is closest to a given instance. | 
|  void | SimpleTag.setParent(JspTag parent)Sets the parent of this tag, for collaboration purposes. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||