@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() |
boolean |
isInvokeApplicationPhase() |
boolean |
isProcessValidationsPhase() |
boolean |
isRenderResponsePhase() |
boolean |
isRestoreViewPhase() |
boolean |
isUpdateModelValuesPhase() |
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.