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

Uses in package javax.servlet.jsp.tagext

Classes implementing javax.servlet.jsp.tagext.Tag

class
A base class for defining tag handlers implementing BodyTag.
class
A base class for defining new tag handlers implementing Tag.

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

Tag
TagSupport.findAncestorWithClass(Tag from, Class klass)
Find the instance of a given class type that is closest to a given instance.
void
Set the parent (closest enclosing tag handler) of this tag handler.
void
Set the nesting tag of this tag.

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

Tag
TagSupport.findAncestorWithClass(Tag from, Class klass)
Find the instance of a given class type that is closest to a given instance.
Tag
Get the parent (closest enclosing tag handler) for this tag handler.
Tag
The Tag instance most closely enclosing this tag instance.

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