java.lang.Object
com.sun.faces.component.behavior.AjaxBehaviors
- All Implemented Interfaces:
Serializable
An instance of the class is used to manage AjaxBehavior
instances.
- Since:
- 2.0
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBehaviors
(FacesContext context, ClientBehaviorHolder behaviorHolder) static AjaxBehaviors
getAjaxBehaviors
(FacesContext context, boolean createIfNull) void
Pop the lastAjaxBehavior
instance from theList
.void
pushBehavior
(FacesContext context, AjaxBehavior ajaxBehavior, String eventName) Push theAjaxBehavior
instance onto theList
.
-
Constructor Details
-
AjaxBehaviors
public AjaxBehaviors()
-
-
Method Details
-
getAjaxBehaviors
-
addBehaviors
-
pushBehavior
Push the
AjaxBehavior
instance onto theList
.- Parameters:
context
- the faces contextajaxBehavior
- theAjaxBehavior
instanceeventName
- the name of the event that the behavior is associated with.- Since:
- 2.0
-
popBehavior
-