javax.faces.event
Class PhaseId

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

public class PhaseId
extends Object
implements Comparable

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)

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 List VALUES
           
 
Method Summary
 int compareTo(Object other)
           
 int getOrdinal()
           
 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 List VALUES
Method Detail

compareTo

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

getOrdinal

public int getOrdinal()

toString

public String toString()
Overrides:
toString in class Object


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