Interface LoopTagStatus


public interface LoopTagStatus

Exposes the current status of an iteration. The Jakarta Standard Tag Library provides a mechanism for LoopTags to return information about the current index of the iteration and convenience methods to determine whether or not the current round is either the first or last in the iteration. It also lets authors use the status object to obtain information about the iteration range, step, and current object.

Environments that require more status can extend this interface.