javax.faces.view.facelets
Class BehaviorHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by javax.faces.view.facelets.MetaTagHandler
          extended by javax.faces.view.facelets.DelegatingMetaTagHandler
              extended by javax.faces.view.facelets.FaceletsAttachedObjectHandler
                  extended by javax.faces.view.facelets.BehaviorHandler
All Implemented Interfaces:
AttachedObjectHandler, BehaviorHolderAttachedObjectHandler, FaceletHandler

@JSFFaceletTag
public class BehaviorHandler
extends FaceletsAttachedObjectHandler
implements BehaviorHolderAttachedObjectHandler

Since:
2.0
Version:
$Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
Author:
Simon Lessard (latest modification by $Author: bommel $)

Field Summary
 
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
delegateFactory
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
BehaviorHandler(BehaviorConfig config)
           
 
Method Summary
 String getBehaviorId()
           
 TagAttribute getEvent()
           
 String getEventName()
           
protected  TagHandlerDelegate getTagHandlerDelegate()
          
 
Methods inherited from class javax.faces.view.facelets.FaceletsAttachedObjectHandler
applyAttachedObject, getAttachedObjectHandlerHelper, getFor
 
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.faces.view.AttachedObjectHandler
applyAttachedObject, getFor
 

Constructor Detail

BehaviorHandler

public BehaviorHandler(BehaviorConfig config)
Parameters:
config -
Method Detail

getBehaviorId

public String getBehaviorId()

getEvent

public TagAttribute getEvent()

getEventName

public String getEventName()
Specified by:
getEventName in interface BehaviorHolderAttachedObjectHandler

getTagHandlerDelegate

protected TagHandlerDelegate getTagHandlerDelegate()

Specified by:
getTagHandlerDelegate in class DelegatingMetaTagHandler


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.