Package org.apache.myfaces.flow.impl
Class DefaultFacesFlowProvider
java.lang.Object
org.apache.myfaces.spi.FacesFlowProvider
org.apache.myfaces.flow.impl.DefaultFacesFlowProvider
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateOrRestoreMap(FacesContext context, String prefix, boolean create) Create a new subkey-wrapper of the session map with the given prefix.voiddoAfterEnterFlow(FacesContext facesContext, Flow flow) voiddoBeforeExitFlow(FacesContext facesContext, Flow flow) getAnnotatedFlows(FacesContext facesContext) getCurrentFlowScope(FacesContext facesContext) protected StringgetFlowKey(Flow flow) Methods inherited from class org.apache.myfaces.spi.FacesFlowProviderrefreshClientWindow
- 
Constructor Details- 
DefaultFacesFlowProviderpublic DefaultFacesFlowProvider()
 
- 
- 
Method Details- 
getAnnotatedFlows- Specified by:
- getAnnotatedFlowsin class- FacesFlowProvider
 
- 
doAfterEnterFlow- Specified by:
- doAfterEnterFlowin class- FacesFlowProvider
 
- 
doBeforeExitFlow- Specified by:
- doBeforeExitFlowin class- FacesFlowProvider
 
- 
getCurrentFlowScope- Specified by:
- getCurrentFlowScopein class- FacesFlowProvider
 
- 
createOrRestoreMapprotected Map<Object,Object> createOrRestoreMap(FacesContext context, String prefix, boolean create) Create a new subkey-wrapper of the session map with the given prefix. This wrapper is used to implement the maps for the flash scope. For more information see the SubKeyMap doc.
- 
getFlowKey
 
-