|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.lifecycle.Phase.PhaseIdName
public static final class Phase.PhaseIdName
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 |
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 |
---|
public static java.lang.String valueOf(PhaseId phaseId)
phaseId
into a human readable
string.
phaseId
- phase identifier
PhaseId
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |