Package jakarta.faces.view.facelets
Class CompositeFaceletHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.CompositeFaceletHandler
 
- 
- All Implemented Interfaces:
- FaceletHandler
 
 public final class CompositeFaceletHandler extends Object implements FaceletHandler - Since:
- 2.0
 
- 
- 
Constructor SummaryConstructors Constructor Description CompositeFaceletHandler(FaceletHandler[] children)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)Process changes on a particular UIComponentFaceletHandler[]getHandlers()
 
- 
- 
- 
Constructor Detail- 
CompositeFaceletHandlerpublic CompositeFaceletHandler(FaceletHandler[] children) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException Process changes on a particular UIComponent- Specified by:
- applyin interface- FaceletHandler
- Parameters:
- ctx- the current FaceletContext instance for this execution
- parent- the parent UIComponent to operate upon
- Throws:
- IOException
 
 - 
getHandlerspublic FaceletHandler[] getHandlers() 
 
- 
 
-