Package jakarta.faces.view.facelets
Class ComponentHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
jakarta.faces.view.facelets.MetaTagHandler
jakarta.faces.view.facelets.DelegatingMetaTagHandler
jakarta.faces.view.facelets.ComponentHandler
- All Implemented Interfaces:
FaceletHandler
Implementation of the tag logic used in the Faces specification. This is your golden hammer for wiring UIComponents
to Facelets.
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandler
delegateFactory
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TagHandlerDelegate
static boolean
isNew
(UIComponent component) void
onComponentCreated
(FaceletContext ctx, UIComponent c, UIComponent parent) void
onComponentPopulated
(FaceletContext ctx, UIComponent c, UIComponent parent) Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
ComponentHandler
-
-
Method Details
-
getComponentConfig
-
isNew
-
onComponentCreated
-
onComponentPopulated
-
getTagHandlerDelegate
- Specified by:
getTagHandlerDelegate
in classDelegatingMetaTagHandler
-
createComponent
- Parameters:
ctx
-- Returns:
- Since:
- 2.2
-