Class LegacyForEachHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.jstl.core.LegacyForEachHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler,- ComponentContainerHandler
 
 public final class LegacyForEachHandler extends TagHandler implements ComponentContainerHandler The basic iteration tag, accepting many different collection types and supporting subsetting and other functionality NOTE: This implementation is provided for compatibility reasons and it is considered faulty. It is enabled using org.apache.myfaces.STRICT_JSF_2_FACELETS_COMPATIBILITY web config param. Don't use it if EL expression caching is enabled.- Version:
- $Id$
- Author:
- Jacob Hookom, Andrew Robinson
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description LegacyForEachHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
LegacyForEachHandlerpublic LegacyForEachHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 
- 
 
-