Package com.sun.faces.facelets.tag.jsf
Class AttachedBehaviors
java.lang.Object
com.sun.faces.facelets.tag.jsf.AttachedBehaviors
- All Implemented Interfaces:
Serializable
public class AttachedBehaviors extends Object implements Serializable
This class holds collection of BehaviorHandler instances, 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
Modifier and Type Method Description voidadd(String eventName, TagHandler owner)TagHandlerget(String value)static AttachedBehaviorsgetAttachedBehaviorsHandler(UIComponent component)
-
Field Details
-
COMPOSITE_BEHAVIORS_KEY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
AttachedBehaviors
public AttachedBehaviors()
-
-
Method Details