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

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

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

Subclasses of FlowStateSerializer 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 HttpSessionFlowStateStorage
          An implementation for flow state storage that stores flow states in the HttpSession objects.
 class JdbcFlowStateStorage
          A flow state storage that operates against a JDBC data source.
 

Uses of FlowStateSerializer in org.szegedi.spring.web.jsflow.support
 

Subclasses of FlowStateSerializer in org.szegedi.spring.web.jsflow.support
 class AbstractFlowStateStorage
          A flow state storage that serializes the flow states.