Package jakarta.faces.view.facelets
Class CompositeFaceletHandler
java.lang.Object
jakarta.faces.view.facelets.CompositeFaceletHandler
- All Implemented Interfaces:
- FaceletHandler
- Since:
- 2.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(FaceletContext ctx, UIComponent parent) Process changes on a particular UIComponent
- 
Constructor Details- 
CompositeFaceletHandler
 
- 
- 
Method Details- 
applyProcess 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
 
- 
getHandlers
 
-