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

Uses in package javax.servlet.jsp.tagext

Classes implementing javax.servlet.jsp.tagext.JspTag

class
A base class for defining tag handlers implementing BodyTag.
class
A base class for defining tag handlers implementing SimpleTag.
class
Wraps any SimpleTag and exposes it using a Tag interface.
class
A base class for defining new tag handlers implementing Tag.

Methods with parameter type javax.servlet.jsp.tagext.JspTag

JspTag
Find the instance of a given class type that is closest to a given instance.
void
Sets the parent of this tag, for collaboration purposes.
void
Sets the parent of this tag, for collaboration purposes.

Methods with return type javax.servlet.jsp.tagext.JspTag

JspTag
Find the instance of a given class type that is closest to a given instance.
JspTag
Gets the tag that is being adapted to the Tag interface.
JspTag
Returns the parent of this tag, for collaboration purposes.
JspTag
Returns the parent of this tag, for collaboration purposes.

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