Uses of Interface
org.szegedi.spring.web.jsflow.HttpSessionFlowStateStorage.ContinuationCallback

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

Uses of HttpSessionFlowStateStorage.ContinuationCallback in org.szegedi.spring.web.jsflow
 

Methods in org.szegedi.spring.web.jsflow with parameters of type HttpSessionFlowStateStorage.ContinuationCallback
 void HttpSessionFlowStateStorage.forEachContinuation(javax.servlet.http.HttpSession session, HttpSessionFlowStateStorage.ContinuationCallback callback)
          Enumerates all the continuations bound to a particular HTTP session.