org.araneaframework.framework
Interface RootFlowContext

All Superinterfaces:
FlowContext, Serializable
All Known Implementing Classes:
RootFlowContainerWidget

public interface RootFlowContext
extends FlowContext

This interface marks the topmost flow context that everything else depends on. One can use it to find the topmost flow context form the Environment.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.araneaframework.framework.FlowContext
FlowContext.Configurator, FlowContext.FlowReference, FlowContext.Handler, FlowContext.TransitionHandler
 
Field Summary
 
Fields inherited from interface org.araneaframework.framework.FlowContext
TRANSITION_CANCEL, TRANSITION_FINISH, TRANSITION_REPLACE, TRANSITION_RESET, TRANSITION_START
 
Method Summary
 
Methods inherited from interface org.araneaframework.framework.FlowContext
addNestedEnvironmentEntry, cancel, finish, getCurrentReference, getTransitionHandler, isNested, replace, replace, reset, setTransitionHandler, start, start, start