Uses of Package
org.szegedi.spring.web.jsflow

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

Classes in org.szegedi.spring.web.jsflow used by org.szegedi.spring.web.jsflow
FlowExecutionInterceptor
          An interface for objects that can intercept execution of a flow, and perform operation before and after it.
FlowStateStorage
          A storage for interim flow states.
HttpSessionFlowStateStorage.ContinuationCallback
          Should be implemented by classes used as callbacks for HttpSessionFlowStateStorage.forEachContinuation(HttpSession, ContinuationCallback)
LibraryCustomizer
          A class implementing this interface can hook into the initialization of the global library scope and manipulate it in any way it desires.
ScriptSelectionStrategy
          Interface for objects that select the flowscript to execute for a flow initiating HTTP requests.
ScriptStorage
          A loader and in-memory storage for compiled flowscripts.
SecurityDomainFactory
          Classes implementing this interface can be plugged into the ScriptStorage to provide creation of Rhino security domain objects for scripts.
StateExecutionInterceptor
          Interface that can be used as an "around" interceptor for each state execution.
 

Classes in org.szegedi.spring.web.jsflow used by org.szegedi.spring.web.jsflow.support
FlowStateStorage
          A storage for interim flow states.
ScriptStorage
          A loader and in-memory storage for compiled flowscripts.