|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.faces.util.ActionEventDispatcher
public class ActionEventDispatcher
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.
Constructor Summary | |
---|---|
ActionEventDispatcher(UICommand command)
|
Method Summary | |
---|---|
void |
dispatch(FacesContext faces,
ActionEvent event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionEventDispatcher(UICommand command)
Method Detail |
---|
public void dispatch(FacesContext faces, ActionEvent event) throws AbortProcessingException
AbortProcessingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |