- All Implemented Interfaces:
TagPlugin
Tag plugin implementation for the JSTL <c:forEach> tag.
-
Constructor Summary
Constructors
Creates a new ForEach tag plugin instance.
-
Method Summary
void
Generate codes for a custom tag.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ForEach
public ForEach()
Creates a new ForEach tag plugin instance.
-
Method Details
-
doTag
Generate codes for a custom tag.
- Specified by:
doTag in interface TagPlugin
- Parameters:
ctxt - a TagPluginContext for accessing Jasper functions