|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JsfLifecyclePhaseInformation
Allows to detect the current request-lifecycle-phase in a bean.
Method Summary | |
---|---|
boolean |
isApplyRequestValuesPhase()
Evaluates if the current phase is the apply-request-values phase. |
boolean |
isInvokeApplicationPhase()
Evaluates if the current phase is the invoke-application phase. |
boolean |
isProcessValidationsPhase()
Evaluates if the current phase is the process-validations phase. |
boolean |
isRenderResponsePhase()
Evaluates if the current phase is the render-response phase. |
boolean |
isRestoreViewPhase()
Evaluates if the current phase is the restore-view phase. |
boolean |
isUpdateModelValuesPhase()
Evaluates if the current phase is the update-model-values phase. |
Method Detail |
---|
boolean isRestoreViewPhase()
boolean isApplyRequestValuesPhase()
boolean isProcessValidationsPhase()
boolean isUpdateModelValuesPhase()
boolean isInvokeApplicationPhase()
boolean isRenderResponsePhase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |