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
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 © 2015 The Apache Software Foundation. All rights reserved.