javax.faces.view.facelets
Class CompositeFaceletHandler
java.lang.Object
javax.faces.view.facelets.CompositeFaceletHandler
- All Implemented Interfaces:
- FaceletHandler
public final class CompositeFaceletHandler
- extends Object
- implements FaceletHandler
- Since:
- 2.0
- Version:
- $Revision: 1188267 $ $Date: 2011-10-24 13:09:08 -0500 (Mon, 24 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: struberg $)
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 IOException
- Process changes on a particular UIComponent
- Specified by:
apply
in interface FaceletHandler
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon
- Throws:
IOException
getHandlers
public FaceletHandler[] getHandlers()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.