Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.
JSTL allows developers to write custom iteration tags by implementing the LoopTag interface.
Exposes the current status of an iteration.
Base support class to facilitate implementation of iteration tags.
Since most iteration tags will behave identically with respect to actual iterative behavior, JSTL provides this base support class to facilitate implementation.