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 String
COMPOSITE_BEHAVIORS_KEY
-
Constructor Summary
Constructors Constructor Description AttachedBehaviors()
-
Method Summary
Modifier and Type Method Description void
add(String eventName, TagHandler owner)
TagHandler
get(String value)
static AttachedBehaviors
getAttachedBehaviorsHandler(UIComponent component)
-
Field Details
-
COMPOSITE_BEHAVIORS_KEY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
AttachedBehaviors
public AttachedBehaviors()
-
-
Method Details