Package com.sun.faces.facelets.tag.faces
Class AttachedBehaviors
java.lang.Object
com.sun.faces.facelets.tag.faces.AttachedBehaviors
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(String eventName, TagHandler owner) static AttachedBehaviors
getAttachedBehaviorsHandler
(UIComponent component)
-
Field Details
-
COMPOSITE_BEHAVIORS_KEY
- See Also:
-
-
Constructor Details
-
AttachedBehaviors
public AttachedBehaviors()
-
-
Method Details
-
add
-
get
-
getAttachedBehaviorsHandler
-