org.apache.myfaces.view.facelets.tag.jstl.core
Class ForEachHandler
java.lang.Object
javax.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: ForEachHandler.java 1351610 2012-06-19 08:55:52Z lu4242 $
- Author:
- Jacob Hookom, Andrew Robinson
ForEachHandler
public ForEachHandler(TagConfig config)
- Parameters:
config
-
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Specified by:
apply
in interface FaceletHandler
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.