Uses of Interface
org.szegedi.spring.web.jsflow.FlowExecutionInterceptor

Packages that use FlowExecutionInterceptor
org.szegedi.spring.web.jsflow JavaScript Web Flow for Spring 
 

Uses of FlowExecutionInterceptor in org.szegedi.spring.web.jsflow
 

Methods in org.szegedi.spring.web.jsflow with parameters of type FlowExecutionInterceptor
 void FlowController.setFlowExecutionInterceptor(FlowExecutionInterceptor flowExecutionInterceptor)
          Sets the flow execution interceptor used to custom initialize an instance of a flow before it first executes, as well as perform any cleanup after an instance of a flow terminates.