| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.event.PhaseId
public class PhaseId
Typesafe enumeration of the legal values that may be returned by the
 getPhaseId() method of the FacesEvent interface.
| Field Summary | |
|---|---|
| static PhaseId | ANY_PHASEIdentifier that indicates an interest in events, no matter which request processing phase is being performed. | 
| static PhaseId | APPLY_REQUEST_VALUESIdentifier that indicates an interest in events queued for the Apply Request Values phase of the request processing lifecycle. | 
| static PhaseId | INVOKE_APPLICATIONIdentifier that indicates an interest in events queued for the Invoke Application phase of the request processing lifecycle. | 
| static PhaseId | PROCESS_VALIDATIONSIdentifier that indicates an interest in events queued for the Process Validations phase of the request processing lifecycle. | 
| static PhaseId | RENDER_RESPONSEIdentifier for the Render Response phase of the request processing lifecycle. | 
| static PhaseId | RESTORE_VIEWIdentifier that indicates an interest in events queued for the Restore View phase of the request processing lifecycle. | 
| static PhaseId | UPDATE_MODEL_VALUESIdentifier that indicates an interest in events queued for the Update Model Values phase of the request processing lifecycle. | 
| static java.util.List<PhaseId> | VALUESList of valid PhaseIdinstances, in ascending order
 of their ordinal value. | 
| Method Summary | |
|---|---|
|  int | compareTo(java.lang.Object other)Compare this PhaseIdinstance to the specified one. | 
|  int | getOrdinal()Return the ordinal value of this PhaseIdinstance. | 
|  java.lang.String | toString()Return a String representation of this PhaseIdinstance. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
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 java.util.List<PhaseId> VALUES
List of valid PhaseId instances, in ascending order
 of their ordinal value.
| Method Detail | 
|---|
public int compareTo(java.lang.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.
compareTo in interface java.lang.Comparableother - The other object to be compared topublic int getOrdinal()
Return the ordinal value of this PhaseId instance.
public java.lang.String toString()
Return a String representation of this PhaseId instance.
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41