org.apache.myfaces.view.facelets.tag.jstl.core
Class LegacyForEachHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by 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: LegacyForEachHandler.java 1641470 2014-11-24 20:35:02Z lu4242 $
Author:
Jacob Hookom, Andrew Robinson

Field Summary
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
LegacyForEachHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
           
 
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegacyForEachHandler

public LegacyForEachHandler(TagConfig config)
Parameters:
config -
Method Detail

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.