org.apache.myfaces.spi
Class FacesFlowProvider

java.lang.Object
  extended by org.apache.myfaces.spi.FacesFlowProvider
Direct Known Subclasses:
DefaultCDIFacesFlowProvider, DefaultFacesFlowProvider

public abstract class FacesFlowProvider
extends Object

Author:
Leonardo Uribe

Constructor Summary
FacesFlowProvider()
           
 
Method Summary
abstract  void doAfterEnterFlow(FacesContext context, Flow flow)
           
abstract  void doBeforeExitFlow(FacesContext context, Flow flow)
           
abstract  Iterator<Flow> getAnnotatedFlows(FacesContext facesContext)
           
abstract  Map<Object,Object> getCurrentFlowScope(FacesContext context)
           
 void refreshClientWindow(FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowProvider

public FacesFlowProvider()
Method Detail

getAnnotatedFlows

public abstract Iterator<Flow> getAnnotatedFlows(FacesContext facesContext)

doAfterEnterFlow

public abstract void doAfterEnterFlow(FacesContext context,
                                      Flow flow)

doBeforeExitFlow

public abstract void doBeforeExitFlow(FacesContext context,
                                      Flow flow)

getCurrentFlowScope

public abstract Map<Object,Object> getCurrentFlowScope(FacesContext context)

refreshClientWindow

public void refreshClientWindow(FacesContext context)


Copyright © 2015 The Apache Software Foundation. All rights reserved.