Package jakarta.faces.view.facelets
Class CompositeFaceletHandler
java.lang.Object
jakarta.faces.view.facelets.CompositeFaceletHandler
- All Implemented Interfaces:
FaceletHandler
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(FaceletContext ctx, UIComponent parent) Process changes on a particular UIComponent
-
Constructor Details
-
CompositeFaceletHandler
-
-
Method Details
-
apply
Process changes on a particular UIComponent- Specified by:
apply
in interfaceFaceletHandler
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon- Throws:
IOException
-
getHandlers
-