Class ForEachHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.ForEachHandler
- All Implemented Interfaces:
FaceletHandler
,ComponentContainerHandler
@JSFFaceletTag(name="c:forEach")
public final class ForEachHandler
extends TagHandler
implements ComponentContainerHandler
The basic iteration tag, accepting many different
collection types and supporting subsetting and other
functionality
- Version:
- $Id$
- Author:
- Jacob Hookom, Andrew Robinson
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
ForEachHandler
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Specified by:
apply
in interfaceFaceletHandler
- Throws:
IOException
FacesException
FaceletException
jakarta.el.ELException
-