org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface LifecycleAwareWindowHandler

All Superinterfaces:
Serializable, WindowHandler
All Known Implementing Classes:
ClientSideWindowHandler

public interface LifecycleAwareWindowHandler
extends WindowHandler

A WindowHandler that is aware of the JSF lifecycle.


Method Summary
 void beforeLifecycleExecute(javax.faces.context.FacesContext facesContext)
          Is called before the execute portion of the JSF lifecycle starts.
 
Methods inherited from interface org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowHandler
createWindowId, encodeURL, restoreWindowId, sendRedirect
 

Method Detail

beforeLifecycleExecute

void beforeLifecycleExecute(javax.faces.context.FacesContext facesContext)
Is called before the execute portion of the JSF lifecycle starts. If this method sets responseComplete() to true, the lifecycle won't be started.

Parameters:
facesContext - current faces-context


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