Uses of Interface
jakarta.faces.view.AttachedObjectHandler
Package | Description |
---|---|
com.sun.faces.application.view | |
com.sun.faces.facelets.tag.jsf | |
com.sun.faces.facelets.tag.jsf.core | |
jakarta.faces.view | |
jakarta.faces.view.facelets |
-
Uses of AttachedObjectHandler in com.sun.faces.application.view
Method parameters in com.sun.faces.application.view with type arguments of type AttachedObjectHandler Modifier and Type Method Description void
FaceletViewHandlingStrategy. retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers)
-
Uses of AttachedObjectHandler in com.sun.faces.facelets.tag.jsf
Classes in com.sun.faces.facelets.tag.jsf that implement AttachedObjectHandler Modifier and Type Class Description class
ConverterTagHandlerDelegateImpl
class
ValidatorTagHandlerDelegateImpl
Methods in com.sun.faces.facelets.tag.jsf that return types with arguments of type AttachedObjectHandler Modifier and Type Method Description static List<AttachedObjectHandler>
CompositeComponentTagHandler. getAttachedObjectHandlers(UIComponent component)
static List<AttachedObjectHandler>
CompositeComponentTagHandler. getAttachedObjectHandlers(UIComponent component, boolean create)
-
Uses of AttachedObjectHandler in com.sun.faces.facelets.tag.jsf.core
Classes in com.sun.faces.facelets.tag.jsf.core that implement AttachedObjectHandler Modifier and Type Class Description class
ActionListenerHandler
Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.class
ActionListenerHandlerBase
Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.class
AjaxHandler
Enable one or more components in the view to perform Ajax operations.class
ConvertDateTimeHandler
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.class
ConvertDelegateHandler
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.class
ConvertNumberHandler
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.class
ResetValuesHandler
class
SetPropertyActionListenerHandler
class
ValidateDelegateHandler
Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.class
ValueChangeListenerHandler
Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action. -
Uses of AttachedObjectHandler in jakarta.faces.view
Subinterfaces of AttachedObjectHandler in jakarta.faces.view Modifier and Type Interface Description interface
ActionSource2AttachedObjectHandler
A VDL handler that exposesActionListener
to a page author.interface
BehaviorHolderAttachedObjectHandler
Represent an attached object that is aBehaviorHolder
in a VDL page.interface
EditableValueHolderAttachedObjectHandler
A VDL handler that exposesValidator
orValueChangeListener
to a page author.interface
ValueHolderAttachedObjectHandler
A VDL handler that exposesConverter
to a page author.Method parameters in jakarta.faces.view with type arguments of type AttachedObjectHandler Modifier and Type Method Description void
ViewDeclarationLanguage. retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers)
Assuming the component metadata for argumenttopLevelComponent
has been made available by an earlier call toViewDeclarationLanguage.getComponentMetadata(jakarta.faces.context.FacesContext, jakarta.faces.application.Resource)
, leverage the component metadata for the purpose of re-targeting attached objects from the top level composite component to the individualAttachedObjectTarget
instances inside the composite component.void
ViewDeclarationLanguageWrapper. retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, List<AttachedObjectHandler> handlers)
-
Uses of AttachedObjectHandler in jakarta.faces.view.facelets
Classes in jakarta.faces.view.facelets that implement AttachedObjectHandler Modifier and Type Class Description class
BehaviorHandler
TheFaceletHandler
that corresponds to attached objects that represent an instance ofClientBehavior
that must be added to the parent component, which must implementClientBehaviorHolder
, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
.class
ConverterHandler
Handles setting aConverter
instance on aValueHolder
parent.class
FaceletsAttachedObjectHandler
Root class for all tag handlers that represent attached objetcts in a Facelets page.class
ValidatorHandler
Handles setting aValidator
instance on anEditableValueHolder
parent.Methods in jakarta.faces.view.facelets that return AttachedObjectHandler Modifier and Type Method Description protected AttachedObjectHandler
FaceletsAttachedObjectHandler. getAttachedObjectHandlerHelper()
Return the underlying handler for this tag handler instance.