javax.faces.view.facelets
Class BehaviorHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.FaceletsAttachedObjectHandler
javax.faces.view.facelets.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>
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BehaviorHandler
public BehaviorHandler(BehaviorConfig config)
getEvent
public TagAttribute getEvent()
getEventName
public java.lang.String getEventName()
- Description copied from interface:
BehaviorHolderAttachedObjectHandler
Return the client event name to
which this behavior applies.
- Specified by:
getEventName
in interface BehaviorHolderAttachedObjectHandler
getTagHandlerDelegate
protected TagHandlerDelegate getTagHandlerDelegate()
- Specified by:
getTagHandlerDelegate
in class DelegatingMetaTagHandler
getBehaviorId
public java.lang.String getBehaviorId()
Copyright 2002-2010 Oracle America Inc, Inc. All Rights Reserved.