Uses of Interface
jakarta.faces.view.facelets.FaceletHandler
Packages that use FaceletHandler
-
Uses of FaceletHandler in jakarta.faces.view.facelets
Classes in jakarta.faces.view.facelets that implement FaceletHandlerModifier and TypeClassDescriptionclassTheFaceletHandlerthat corresponds to attached objects that represent an instance ofClientBehaviorthat must be added to the parent component, which must implementClientBehaviorHolder, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior).classPublic base class for markup element instances that map toUIComponentinstances in the view.final classA FaceletHandler that is derived of 1 or more, inner FaceletHandlers.classHandles setting aConverterinstance on aValueHolderparent.classEnable the Jakarta Faces implementation to provide the appropriate behavior for the kind ofMetaTagHandlersubclass for each kind of element in the view, while providing a base-class from which those wanting to make a Java language custom tag handler can inherit.classRoot class for all tag handlers that represent attached objetcts in a Facelets page.classEvery kind of markup element in Facelets VDL that has attributes that need to take action on a Jakarta Faces Java API artifact is associated with an instance of this class.classFoundation class forFaceletHandlers associated with a markup element in a Facelet document.classHandles setting aValidatorinstance on anEditableValueHolderparent.Fields in jakarta.faces.view.facelets declared as FaceletHandlerModifier and TypeFieldDescriptionprotected final FaceletHandlerTagHandler.nextHandlerA reference to theFaceletHandlerthat represents the first nested child of thisTagHandlerinstance.Methods in jakarta.faces.view.facelets that return FaceletHandlerModifier and TypeMethodDescriptionCompositeFaceletHandler.getHandlers()Returns the array of child handlers contained by this handler.TagConfig.getNextHandler()The nextFaceletHandler(child or children) to be applied.Constructors in jakarta.faces.view.facelets with parameters of type FaceletHandlerModifierConstructorDescriptionCompositeFaceletHandler(FaceletHandler[] handlers) Creates a new FaceletHandler out of the given inner FaceletHandlers.