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

All Implemented Interfaces:
    Comparable

Typesafe enumeration of the legal values that may be returned by the getPhaseId() method of the FacesEvent interface.
Field Summary
public static final  PhaseId ANY_PHASE   

Identifier that indicates an interest in events, no matter which request processing phase is being performed.

 
public static final  PhaseId RESTORE_VIEW   

Identifier that indicates an interest in events queued for the Restore View phase of the request processing lifecycle.

 
public static final  PhaseId APPLY_REQUEST_VALUES   

Identifier that indicates an interest in events queued for the Apply Request Values phase of the request processing lifecycle.

 
public static final  PhaseId PROCESS_VALIDATIONS   

Identifier that indicates an interest in events queued for the Process Validations phase of the request processing lifecycle.

 
public static final  PhaseId UPDATE_MODEL_VALUES   

Identifier that indicates an interest in events queued for the Update Model Values phase of the request processing lifecycle.

 
public static final  PhaseId INVOKE_APPLICATION   

Identifier that indicates an interest in events queued for the Invoke Application phase of the request processing lifecycle.

 
public static final  PhaseId RENDER_RESPONSE   

Identifier for the Render Response phase of the request processing lifecycle.

 
public static final  List<PhaseId> VALUES   

List of valid PhaseId instances, in ascending order of their ordinal value.

 
Method from javax.faces.event.PhaseId Summary:
compareTo,   getOrdinal,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.event.PhaseId Detail:
 public int compareTo(Object other) 

    Compare this PhaseId instance to the specified one. Returns a negative integer, zero, or a positive integer if this object is less than, equal to, or greater than the specified object.

 public int getOrdinal() 

    Return the ordinal value of this PhaseId instance.

 public String toString() 

    Return a String representation of this PhaseId instance.