org.araneaframework.framework.container
Class StandardFlowContainerWidget.FlowReference

java.lang.Object
  extended by 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

Constructor Summary
protected StandardFlowContainerWidget.FlowReference()
          Deprecated.  
 
Method Summary
 void reset(EnvironmentAwareCallback callback)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFlowContainerWidget.FlowReference

protected StandardFlowContainerWidget.FlowReference()
Deprecated. 
Method Detail

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