Class ForEach
java.lang.Object
org.apache.jasper.tagplugins.jstl.ForEach
- All Implemented Interfaces:
TagPlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
doCollection
(TagPluginContext ctxt) Generate codes for Collections The pseudo code is:void
doTag
(TagPluginContext ctxt) Generate codes for a custom tag.private void
Generate iterators for data types supported in items
-
Field Details
-
hasVar
private boolean hasVar -
hasBegin
private boolean hasBegin -
hasEnd
private boolean hasEnd -
hasStep
private boolean hasStep
-
-
Constructor Details
-
ForEach
public ForEach()
-
-
Method Details
-
doTag
Description copied from interface:TagPlugin
Generate codes for a custom tag. -
doCollection
Generate codes for Collections The pseudo code is: -
generateIterators
Generate iterators for data types supported in items
-