Home » Mojarra-2.0.1 » javax » faces » event » [javadoc | source]
javax.faces.event
public class: PhaseEvent [javadoc | source]
java.lang.Object
   java.util.EventObject
      javax.faces.event.PhaseEvent

All Implemented Interfaces:
    Serializable

PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specified FacesContext .

Fields inherited from java.util.EventObject:
source
Constructor:
 public PhaseEvent(FacesContext context,
    PhaseId phaseId,
    Lifecycle lifecycle) 

    Construct a new event object from the specified parameters. The specified Lifecycle will be the source of this event.

    Parameters:
    context - FacesContext for the current request
    phaseId - Identifier of the current request processing lifecycle phase
    lifecycle - Lifecycle instance
    Throws:
    NullPointerException - if context or phaseId or Lifecycleis null
Method from javax.faces.event.PhaseEvent Summary:
getFacesContext,   getPhaseId
Methods from java.util.EventObject:
getSource,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.event.PhaseEvent Detail:
 public FacesContext getFacesContext() 
 public PhaseId getPhaseId() 

    Return the PhaseId representing the current request processing lifecycle phase.