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 Constructor Description BehaviorTagHandlerDelegate(BehaviorHandler delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)voidapplyAttachedObject(FacesContext context, UIComponent parent)Create a ClientBehavior and attach it to the componentprotected BehaviorcreateBehavior(FaceletContext ctx)MetaRulesetcreateMetaRuleset(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"StringgetEventName()StringgetFor()
 
- 
- 
- 
Constructor Detail- 
BehaviorTagHandlerDelegatepublic BehaviorTagHandlerDelegate(BehaviorHandler delegate) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException - Specified by:
- applyin class- TagHandlerDelegate
- Throws:
- IOException
 
 - 
createBehaviorprotected Behavior createBehavior(FaceletContext ctx) 
 - 
createMetaRulesetpublic MetaRuleset createMetaRuleset(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"- Specified by:
- createMetaRulesetin class- TagHandlerDelegate
 
 - 
applyAttachedObjectpublic void applyAttachedObject(FacesContext context, UIComponent parent) Create a ClientBehavior and attach it to the component- Specified by:
- applyAttachedObjectin interface- AttachedObjectHandler
 
 - 
getForpublic String getFor() - Specified by:
- getForin interface- AttachedObjectHandler
 
 - 
getEventNamepublic String getEventName() - Specified by:
- getEventNamein interface- BehaviorHolderAttachedObjectHandler
 
 
- 
 
-