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 SummaryFields inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerdelegateFactoryFields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidapplyAttachedObject(FacesContext context, UIComponent parent) Take the argumentparentand apply this attachedobjectto it.protected final AttachedObjectHandlerReturn the delegate handler for this instance.final 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, setAttributesMethods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
FaceletsAttachedObjectHandler
 
- 
- 
Method Details- 
applyAttachedObjectTake 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.
 
- 
getAttachedObjectHandlerHelperReturn the delegate handler for this instance. Note that this suppose delegate tag handlers wrapping this class should implement AttachedObjectHandler interface.- Returns:
 
- 
getForReturn 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.
 
 
-