Package javax.faces.view.facelets
Class BehaviorHandler
- All Implemented Interfaces:
AttachedObjectHandler,BehaviorHolderAttachedObjectHandler,FaceletHandler
public class BehaviorHandler
extends FaceletsAttachedObjectHandler
implements BehaviorHolderAttachedObjectHandler
The FaceletHandler that
corresponds to attached objects that represent an instance of ClientBehavior that must be added to
the parent component, which must implement ClientBehaviorHolder, with a call to
ClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior).
The current specification defines one Facelet element for this sort
of attached object, <f:ajax>.
-
Field Summary
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
delegateFactoryFields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()Return the client event name to which this behavior applies.protected TagHandlerDelegateMethods inherited from class javax.faces.view.facelets.FaceletsAttachedObjectHandler
applyAttachedObject, getAttachedObjectHandlerHelper, getForMethods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributesMethods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.faces.view.AttachedObjectHandler
applyAttachedObject, getFor
-
Constructor Details
-
BehaviorHandler
-
-
Method Details
-
getEvent
-
getEventName
Description copied from interface:BehaviorHolderAttachedObjectHandlerReturn the client event name to which this behavior applies.
- Specified by:
getEventNamein interfaceBehaviorHolderAttachedObjectHandler
-
getTagHandlerDelegate
- Specified by:
getTagHandlerDelegatein classDelegatingMetaTagHandler
-
getBehaviorId
-