Uses of Interface
jakarta.servlet.jsp.tagext.SimpleTag
-
Packages that use SimpleTag Package Description jakarta.servlet.jsp.tagext -
-
Uses of SimpleTag in jakarta.servlet.jsp.tagext
Classes in jakarta.servlet.jsp.tagext that implement SimpleTag Modifier and Type Class Description classSimpleTagSupportA base class for defining tag handlers implementing SimpleTag.Constructors in jakarta.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.
-