Class BehaviorTagHandlerDelegate
java.lang.Object
jakarta.faces.view.facelets.TagHandlerDelegate
org.apache.myfaces.view.facelets.tag.faces.BehaviorTagHandlerDelegate
- All Implemented Interfaces:
- AttachedObjectHandler,- BehaviorHolderAttachedObjectHandler
public class BehaviorTagHandlerDelegate
extends TagHandlerDelegate
implements BehaviorHolderAttachedObjectHandler
- Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(FaceletContext ctx, UIComponent parent) voidapplyAttachedObject(FacesContext context, UIComponent parent) Create a ClientBehavior and attach it to the componentprotected BehaviorcreateMetaRuleset(Class type) This tag call _delegate.setAttributes, so the returned MetaRuleset should ignore attributes that are not supposed to be there like "binding" and "event"getFor()
- 
Constructor Details- 
BehaviorTagHandlerDelegate
 
- 
- 
Method Details- 
apply- Specified by:
- applyin class- TagHandlerDelegate
- Throws:
- IOException
 
- 
createBehavior
- 
createMetaRulesetThis tag call _delegate.setAttributes, so the returned MetaRuleset should ignore attributes that are not supposed to be there like "binding" and "event"- Specified by:
- createMetaRulesetin class- TagHandlerDelegate
 
- 
applyAttachedObjectCreate a ClientBehavior and attach it to the component- Specified by:
- applyAttachedObjectin interface- AttachedObjectHandler
 
- 
getFor- Specified by:
- getForin interface- AttachedObjectHandler
 
- 
getEventName- Specified by:
- getEventNamein interface- BehaviorHolderAttachedObjectHandler
 
 
-