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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBehaviors(FacesContext context, ClientBehaviorHolder behaviorHolder) static AjaxBehaviorsgetAjaxBehaviors(FacesContext context, boolean createIfNull) voidPop the lastAjaxBehaviorinstance from theList.voidpushBehavior(FacesContext context, AjaxBehavior ajaxBehavior, String eventName) Push theAjaxBehaviorinstance onto theList.
-
Constructor Details
-
AjaxBehaviors
public AjaxBehaviors()
-
-
Method Details
-
getAjaxBehaviors
-
addBehaviors
-
pushBehavior
Push the
AjaxBehaviorinstance onto theList.- Parameters:
context- the faces contextajaxBehavior- theAjaxBehaviorinstanceeventName- the name of the event that the behavior is associated with.- Since:
- 2.0
-
popBehavior
-