public interface JsfLifecyclePhaseInformation
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isRestoreViewPhase()
boolean isApplyRequestValuesPhase()
boolean isProcessValidationsPhase()
boolean isUpdateModelValuesPhase()
boolean isInvokeApplicationPhase()
boolean isRenderResponsePhase()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.