org.apache.myfaces.view.facelets.tag
Class CompositeFaceletHandler
java.lang.Object
org.apache.myfaces.view.facelets.tag.CompositeFaceletHandler
- All Implemented Interfaces:
- FaceletHandler
Deprecated. use javax.faces.view.facelets.CompositeFaceletHandler
public final class CompositeFaceletHandler
- extends Object
- implements FaceletHandler
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers. This class would be found if the next
FaceletHandler is structually, a body with multiple child elements as defined in XML.
- Version:
- $Id: CompositeFaceletHandler.java 1187701 2011-10-22 12:21:54Z bommel $
- Author:
- Jacob Hookom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeFaceletHandler
public CompositeFaceletHandler(FaceletHandler[] children)
- Deprecated.
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Deprecated.
- Specified by:
apply
in interface FaceletHandler
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
getHandlers
public FaceletHandler[] getHandlers()
- Deprecated.
Copyright © 2014 The Apache Software Foundation. All rights reserved.