com.sun.faces.facelets.tag.jsf
public class AttachedBehaviors extends java.lang.Object implements java.io.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
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,javax.faces.view.facelets.TagHandler> |
behaviors |
static java.lang.String |
COMPOSITE_BEHAVIORS_KEY |
Constructor and Description |
---|
AttachedBehaviors() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String eventName,
javax.faces.view.facelets.TagHandler owner) |
javax.faces.view.facelets.TagHandler |
get(java.lang.String value) |
static AttachedBehaviors |
getAttachedBehaviorsHandler(javax.faces.component.UIComponent component) |
private java.util.Map<java.lang.String,javax.faces.view.facelets.TagHandler> behaviors
public static final java.lang.String COMPOSITE_BEHAVIORS_KEY
public void add(java.lang.String eventName, javax.faces.view.facelets.TagHandler owner)
public javax.faces.view.facelets.TagHandler get(java.lang.String value)
public static AttachedBehaviors getAttachedBehaviorsHandler(javax.faces.component.UIComponent component)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.