Uses of Interface
jakarta.servlet.jsp.tagext.SimpleTag
Packages that use SimpleTag
-
Uses of SimpleTag in jakarta.servlet.jsp.tagext
Classes in jakarta.servlet.jsp.tagext that implement SimpleTagModifier and TypeClassDescriptionclass
A base class for defining tag handlers implementing SimpleTag.Fields in jakarta.servlet.jsp.tagext declared as SimpleTagModifier and TypeFieldDescriptionprivate SimpleTag
TagAdapter.simpleTagAdaptee
The simple tag that's being adapted.Constructors in jakarta.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.