Package com.sun.faces.facelets.tag.faces
Class AttachedBehaviors
- java.lang.Object
-
- com.sun.faces.facelets.tag.faces.AttachedBehaviors
-
- All Implemented Interfaces:
Serializable
public class AttachedBehaviors extends Object implements Serializable
This class holds collection of
BehaviorHandlerinstances, attached to the composite component. Descendant components from that composite uses that collection to substitute actual instance- Author:
- asmirnov@exadel.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPOSITE_BEHAVIORS_KEY
-
Constructor Summary
Constructors Constructor Description AttachedBehaviors()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String eventName, TagHandler owner)TagHandlerget(String value)static AttachedBehaviorsgetAttachedBehaviorsHandler(UIComponent component)
-
-
-
Field Detail
-
COMPOSITE_BEHAVIORS_KEY
public static final String COMPOSITE_BEHAVIORS_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
add
public void add(String eventName, TagHandler owner)
-
get
public TagHandler get(String value)
-
getAttachedBehaviorsHandler
public static AttachedBehaviors getAttachedBehaviorsHandler(UIComponent component)
-
-