edu.nrao.sss.webapp.faces
Class EventUtils

java.lang.Object
  extended by edu.nrao.sss.webapp.faces.EventUtils

public class EventUtils
extends Object

Provides some static methods to help with JSF event queues


Constructor Summary
EventUtils()
           
 
Method Summary
static void requeueEvent(ActionEvent e, PhaseId pid)
          requeues the event e for execution in the phase .
static void requeueEvent(ValueChangeEvent e, PhaseId pid)
          requeues the event e for execution in the phase .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventUtils

public EventUtils()
Method Detail

requeueEvent

public static void requeueEvent(ValueChangeEvent e,
                                PhaseId pid)
requeues the event e for execution in the phase . If pid is equal to the phase id of e, nothing is done. If either argument is null, nothing is done. Otherwise, a copy of e is queued for execution during phase pid.


requeueEvent

public static void requeueEvent(ActionEvent e,
                                PhaseId pid)
requeues the event e for execution in the phase . If pid is equal to the phase id of e, nothing is done. If either argument is null, nothing is done. Otherwise, a copy of e is queued for execution during phase pid.



Copyright © 2009. All Rights Reserved.