@RequestScoped @Named public class JsfRequestLifecycleBroadcaster extends Object implements JsfLifecyclePhaseInformation
Constructor and Description |
---|
JsfRequestLifecycleBroadcaster() |
Modifier and Type | Method and Description |
---|---|
void |
broadcastAfterEvent(javax.faces.event.PhaseEvent phaseEvent) |
void |
broadcastBeforeEvent(javax.faces.event.PhaseEvent phaseEvent) |
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.
|
public void broadcastBeforeEvent(javax.faces.event.PhaseEvent phaseEvent)
public void broadcastAfterEvent(javax.faces.event.PhaseEvent phaseEvent)
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
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.