javax.faces.event
Class PhaseId

java.lang.Object
  extended by javax.faces.event.PhaseId
All Implemented Interfaces:
java.lang.Comparable

public class PhaseId
extends java.lang.Object
implements java.lang.Comparable

see Javadoc of JSF Specification

Version:
$Revision: 701829 $ $Date: 2008-10-05 12:06:02 -0500 (Sun, 05 Oct 2008) $
Author:
Thomas Spiegl (latest modification by $Author: slessard $)

Field Summary
static PhaseId ANY_PHASE
           
static PhaseId APPLY_REQUEST_VALUES
           
static PhaseId INVOKE_APPLICATION
           
static PhaseId PROCESS_VALIDATIONS
           
static PhaseId RENDER_RESPONSE
           
static PhaseId RESTORE_VIEW
           
static PhaseId UPDATE_MODEL_VALUES
           
static java.util.List<PhaseId> VALUES
           
 
Method Summary
 int compareTo(java.lang.Object other)
           
 int getOrdinal()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY_PHASE

public static final PhaseId ANY_PHASE

APPLY_REQUEST_VALUES

public static final PhaseId APPLY_REQUEST_VALUES

INVOKE_APPLICATION

public static final PhaseId INVOKE_APPLICATION

PROCESS_VALIDATIONS

public static final PhaseId PROCESS_VALIDATIONS

RENDER_RESPONSE

public static final PhaseId RENDER_RESPONSE

RESTORE_VIEW

public static final PhaseId RESTORE_VIEW

UPDATE_MODEL_VALUES

public static final PhaseId UPDATE_MODEL_VALUES

VALUES

public static final java.util.List<PhaseId> VALUES
Method Detail

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable

getOrdinal

public int getOrdinal()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.