Uses of Class
org.szegedi.spring.web.jsflow.support.AbstractFlowStateStorage

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

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

Subclasses of AbstractFlowStateStorage in org.szegedi.spring.web.jsflow
 class ClientSideFlowStateStorage
          An implementation of the flowstate storage that returns the BASE64-encoded serialized state as the ID.
 class JdbcFlowStateStorage
          A flow state storage that operates against a JDBC data source.