|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
@RequestScoped @Named public class JsfRequestLifecycleBroadcaster
Constructor Summary | |
---|---|
JsfRequestLifecycleBroadcaster()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsfRequestLifecycleBroadcaster()
Method Detail |
---|
public boolean isRestoreViewPhase()
isRestoreViewPhase
in interface JsfLifecyclePhaseInformation
public boolean isApplyRequestValuesPhase()
isApplyRequestValuesPhase
in interface JsfLifecyclePhaseInformation
public boolean isProcessValidationsPhase()
isProcessValidationsPhase
in interface JsfLifecyclePhaseInformation
public boolean isUpdateModelValuesPhase()
isUpdateModelValuesPhase
in interface JsfLifecyclePhaseInformation
public boolean isInvokeApplicationPhase()
isInvokeApplicationPhase
in interface JsfLifecyclePhaseInformation
public boolean isRenderResponsePhase()
isRenderResponsePhase
in interface JsfLifecyclePhaseInformation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |