Class ExtensionHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
com.sun.faces.facelets.tag.composite.ExtensionHandler
- All Implemented Interfaces:
FaceletHandler
public class ExtensionHandler extends TagHandler
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExtensionHandler(TagConfig tagConfig) -
Method Summary
Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)Process changes on a particular UIComponentMethods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
Method Details
-
apply
Description copied from interface:FaceletHandlerProcess changes on a particular UIComponent
- Parameters:
ctx- the current FaceletContext instance for this executionparent- the parent UIComponent to operate upon- Throws:
IOException- if unable to loadrelativePath
-