org.apache.myfaces.extensions.cdi.jsf.api.listener.phase
Interface JsfLifecyclePhaseInformation
public interface JsfLifecyclePhaseInformation
Allows to detect the current request-lifecycle-phase in a bean.
- Author:
- Gerhard Petracek
isRestoreViewPhase
boolean isRestoreViewPhase()
isApplyRequestValuesPhase
boolean isApplyRequestValuesPhase()
isProcessValidationsPhase
boolean isProcessValidationsPhase()
isUpdateModelValuesPhase
boolean isUpdateModelValuesPhase()
isInvokeApplicationPhase
boolean isInvokeApplicationPhase()
isRenderResponsePhase
boolean isRenderResponsePhase()
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.