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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(FaceletContext ctx, UIComponent parent) void
applyAttachedObject
(FacesContext context, UIComponent parent) Create a ClientBehavior and attach it to the componentprotected Behavior
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"getFor()
-
Constructor Details
-
BehaviorTagHandlerDelegate
-
-
Method Details
-
apply
- Specified by:
apply
in classTagHandlerDelegate
- Throws:
IOException
-
createBehavior
-
createMetaRuleset
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:
createMetaRuleset
in classTagHandlerDelegate
-
applyAttachedObject
Create a ClientBehavior and attach it to the component- Specified by:
applyAttachedObject
in interfaceAttachedObjectHandler
-
getFor
- Specified by:
getFor
in interfaceAttachedObjectHandler
-
getEventName
- Specified by:
getEventName
in interfaceBehaviorHolderAttachedObjectHandler
-