Package javax.servlet.jsp.jstl.core

Interface Summary
LoopTag JSTL 1.0 allows developers to write custom iteration tags by implementing the LoopTag interface.
LoopTagStatus Provides an interface for objects representing the current status of an iteration.
 

Class Summary
ConditionalTagSupport ConditionalTagSupport is an abstract class that facilitates implementation of conditional tags -- specifically, tags in the style of <if>.
Config Class supporting access to configuration data.
LoopTagSupport JSTL 1.0 allows developers to write custom iteration tags by implementing the LoopTag interface.