JSF-Spring

de.mindmatters.faces.lifecycle
Class Phase.PhaseIdName

java.lang.Object
  extended by de.mindmatters.faces.lifecycle.Phase.PhaseIdName
Enclosing interface:
Phase

public static final class Phase.PhaseIdName
extends java.lang.Object

Static class that converts a PhaseId into a readable form. The following table shows the conversions:

PhaseId human readable string
PhaseId.RESTORE_VIEW RESTORE_VIEW
PhaseId.APPLY_REQUEST_VALUES APPLY_REQUEST_VALUES
PhaseId.PROCESS_VALIDATIONS PROCESS_VALIDATIONS
PhaseId.UPDATE_MODEL_VALUES UPDATE_MODEL_VALUES
PhaseId.INVOKE_APPLICATION INVOKE_APPLICATION
PhaseId.RENDER_RESPONSE RENDER_RESPONSE

Author:
Andreas Kuhrwahl
See Also:
PhaseId

Method Summary
static java.lang.String valueOf(PhaseId phaseId)
          Converts the given phaseId into a human readable string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

valueOf

public static java.lang.String valueOf(PhaseId phaseId)
Converts the given phaseId into a human readable string.

Parameters:
phaseId - phase identifier
Returns:
the human readable representation of a PhaseId

JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG