org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
Class JsfRequestLifecycleBroadcaster

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.JsfRequestLifecycleBroadcaster
All Implemented Interfaces:
JsfLifecyclePhaseInformation

@RequestScoped
@Named
public class JsfRequestLifecycleBroadcaster
extends Object
implements JsfLifecyclePhaseInformation


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

JsfRequestLifecycleBroadcaster

public JsfRequestLifecycleBroadcaster()
Method Detail

isRestoreViewPhase

public boolean isRestoreViewPhase()
Evaluates if the current phase is the restore-view phase.

Specified by:
isRestoreViewPhase in interface JsfLifecyclePhaseInformation
Returns:
true if the current phase matches the restore-view phase, false otherwise

isApplyRequestValuesPhase

public boolean isApplyRequestValuesPhase()
Evaluates if the current phase is the apply-request-values phase.

Specified by:
isApplyRequestValuesPhase in interface JsfLifecyclePhaseInformation
Returns:
true if the current phase matches the apply-request-values phase, false otherwise

isProcessValidationsPhase

public boolean isProcessValidationsPhase()
Evaluates if the current phase is the process-validations phase.

Specified by:
isProcessValidationsPhase in interface JsfLifecyclePhaseInformation
Returns:
true if the current phase matches the process-validations phase, false otherwise

isUpdateModelValuesPhase

public boolean isUpdateModelValuesPhase()
Evaluates if the current phase is the update-model-values phase.

Specified by:
isUpdateModelValuesPhase in interface JsfLifecyclePhaseInformation
Returns:
true if the current phase matches the update-model-values phase, false otherwise

isInvokeApplicationPhase

public boolean isInvokeApplicationPhase()
Evaluates if the current phase is the invoke-application phase.

Specified by:
isInvokeApplicationPhase in interface JsfLifecyclePhaseInformation
Returns:
true if the current phase matches the invoke-application phase, false otherwise

isRenderResponsePhase

public boolean isRenderResponsePhase()
Evaluates if the current phase is the render-response phase.

Specified by:
isRenderResponsePhase in interface JsfLifecyclePhaseInformation
Returns:
true if the current phase matches the render-response phase, false otherwise


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.