Uses of Interface
javax.servlet.jsp.tagext.SimpleTag
-
Packages that use SimpleTag Package Description javax.servlet.jsp.tagext -
-
Uses of SimpleTag in javax.servlet.jsp.tagext
Classes in javax.servlet.jsp.tagext that implement SimpleTag Modifier and Type Class Description class
SimpleTagSupport
A base class for defining tag handlers implementing SimpleTag.Fields in javax.servlet.jsp.tagext declared as SimpleTag Modifier and Type Field Description private SimpleTag
TagAdapter. simpleTagAdaptee
The simple tag that's being adapted.Constructors in javax.servlet.jsp.tagext with parameters of type SimpleTag Constructor Description TagAdapter(SimpleTag adaptee)
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
-