Class FlowScopeContextualStorageHolder

java.lang.Object
org.apache.myfaces.cdi.util.AbstractContextualStorageHolder<ContextualStorage>
org.apache.myfaces.flow.cdi.FlowScopeContextualStorageHolder
All Implemented Interfaces:
Serializable

@Typed(FlowScopeContextualStorageHolder.class) @SessionScoped public class FlowScopeContextualStorageHolder extends AbstractContextualStorageHolder<ContextualStorage> implements Serializable
This holder will store the flow scope active ids and it's beans for the current HTTP Session. We use standard SessionScoped bean to not need to treat async-supported and similar headache.
Author:
lu4242
See Also: