| java.lang.Object org.jboss.portal.faces.util.ActionEventDispatcher
ActionEventDispatcher | public class ActionEventDispatcher (Code) | | The purpose of this class is to dispatch an event to the action listeners attached to an instance of
UICommand object. It will iterate the set of listeners returned by the method
UICommand.getActionListeners() (SunRI) and the listener evaluated by the method binding returned by the
method getActionListener() (MyFaces). So overally we try to encapsulate the delivery of an action event
in a portable way accross JSF implementations.
author: Julien Viet version: $Revision: 8784 $ |
Method Summary | |
public void | dispatch(FacesContext faces, ActionEvent event) |
ActionEventDispatcher | public ActionEventDispatcher(UICommand command)(Code) | | |
dispatch | public void dispatch(FacesContext faces, ActionEvent event) throws AbortProcessingException(Code) | | |
|
|