public final class CompositeFaceletHandler extends Object implements FaceletHandler
| Constructor and Description | 
|---|
| CompositeFaceletHandler(FaceletHandler[] children) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(FaceletContext ctx,
     UIComponent parent)Process changes on a particular UIComponent | 
| FaceletHandler[] | getHandlers() | 
public CompositeFaceletHandler(FaceletHandler[] children)
public void apply(FaceletContext ctx, UIComponent parent) throws IOException
apply in interface FaceletHandlerctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOExceptionpublic FaceletHandler[] getHandlers()
Copyright © 2021 The Apache Software Foundation. All rights reserved.