Package jakarta.faces.view.facelets
Class FaceletsAttachedObjectHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- jakarta.faces.view.facelets.MetaTagHandler
- 
- jakarta.faces.view.facelets.DelegatingMetaTagHandler
- 
- jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
 
 
 
 
- 
- All Implemented Interfaces:
- AttachedObjectHandler,- FaceletHandler
 - Direct Known Subclasses:
- BehaviorHandler,- ConverterHandler,- ValidatorHandler
 
 @JSFFaceletTag public abstract class FaceletsAttachedObjectHandler extends DelegatingMetaTagHandler implements AttachedObjectHandler - Since:
- 2.0
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerdelegateFactory
 - 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description FaceletsAttachedObjectHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyAttachedObject(FacesContext context, UIComponent parent)Take the argumentparentand apply this attachedobjectto it.protected AttachedObjectHandlergetAttachedObjectHandlerHelper()Return the delegate handler for this instance.StringgetFor()Return the value of the "for" attribute specified by the page author on the tag for thisAttachedObjectHandler.- 
Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerapply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagHandlerDelegate, getTagId, isDisabled, setAttributes
 - 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
FaceletsAttachedObjectHandlerpublic FaceletsAttachedObjectHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
applyAttachedObjectpublic final void applyAttachedObject(FacesContext context, UIComponent parent) Take the argumentparentand apply this attachedobjectto it. The action taken varies with class that implements one of the subinterfaces of this interface.- Specified by:
- applyAttachedObjectin interface- AttachedObjectHandler
- Parameters:
- context- The- FacesContextfor this request
- parent- The- UIComponentto which this particular attached object must be applied.
 
 - 
getAttachedObjectHandlerHelperprotected final AttachedObjectHandler getAttachedObjectHandlerHelper() Return the delegate handler for this instance. Note that this suppose delegate tag handlers wrapping this class should implement AttachedObjectHandler interface.- Returns:
 
 - 
getFor@JSFFaceletAttribute public final String getFor() Return the value of the "for" attribute specified by the page author on the tag for thisAttachedObjectHandler.- Specified by:
- getForin interface- AttachedObjectHandler
- Returns:
- the value of the "for" attribute specified by the page author on the tag for this
         AttachedObjectHandler.
 
 
- 
 
-