Interface LoopTag

All Superinterfaces:
JspTag, Tag
All Known Implementing Classes:
LoopTagSupport

public interface LoopTag extends Tag

The Jakarta Standard Tag Library allows developers to write custom iteration tags by implementing the LoopTag interface. This is not to be confused with jakarta.servlet.jsp.tagext.IterationTag as defined in Jakarta Server Pages 1.2. LoopTag establishes a mechanism for iteration tags to be recognized and for type-safe implicit collaboration with custom subtags.

In most cases, it will not be necessary to implement this interface manually, for a base support class (LoopTagSupport) is provided to facilitate implementation.