org.araneaframework.framework.container
Class StandardFlowContainerWidget.FlowReference
java.lang.Object
org.araneaframework.framework.container.StandardFlowContainerWidget.FlowReference
- All Implemented Interfaces:
- Serializable, FlowContext.FlowReference
- Enclosing class:
- StandardFlowContainerWidget
Deprecated.
protected class StandardFlowContainerWidget.FlowReference
- extends Object
- implements FlowContext.FlowReference
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardFlowContainerWidget.FlowReference
protected StandardFlowContainerWidget.FlowReference()
- Deprecated.
reset
public void reset(EnvironmentAwareCallback callback)
throws Exception
- Deprecated.
- Description copied from interface:
FlowContext.FlowReference
- Resets the flow stack up to the referred flow and provides the callback with the local environment
that can be used to manipulate the flow stack further.
- Specified by:
reset in interface FlowContext.FlowReference
- Throws:
Exception