Uses of Interface
javax.servlet.jsp.tagext.SimpleTag
Packages that use SimpleTag
-
Uses of SimpleTag in javax.servlet.jsp.tagext
Classes in javax.servlet.jsp.tagext that implement SimpleTagModifier and TypeClassDescriptionclassA base class for defining tag handlers implementing SimpleTag.Constructors in javax.servlet.jsp.tagext with parameters of type SimpleTagModifierConstructorDescriptionTagAdapter(SimpleTag adaptee) Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.