org.apache.myfaces.view.facelets.tag
Class CompositeFaceletHandler
java.lang.Object
org.apache.myfaces.view.facelets.tag.CompositeFaceletHandler
- All Implemented Interfaces:
- FaceletHandler
public final class CompositeFaceletHandler
- extends java.lang.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,v 1.5 2008/07/13 19:01:36 rlubke Exp $
- 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)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws java.io.IOException,
FacesException,
FaceletException,
javax.el.ELException
- Specified by:
apply
in interface FaceletHandler
- Throws:
java.io.IOException
FacesException
FaceletException
javax.el.ELException
getHandlers
public FaceletHandler[] getHandlers()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.