|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowStateStorage | |
---|---|
org.szegedi.spring.web.jsflow | JavaScript Web Flow for Spring |
org.szegedi.spring.web.jsflow.support |
Uses of FlowStateStorage in org.szegedi.spring.web.jsflow |
---|
Classes in org.szegedi.spring.web.jsflow that implement FlowStateStorage | |
---|---|
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. |
Methods in org.szegedi.spring.web.jsflow with parameters of type FlowStateStorage | |
---|---|
void |
FlowController.setFlowStateStorage(FlowStateStorage flowStateStorage)
Sets the flow state storage used to store flow states between a HTTP response and the next HTTP request. |
Uses of FlowStateStorage in org.szegedi.spring.web.jsflow.support |
---|
Classes in org.szegedi.spring.web.jsflow.support that implement FlowStateStorage | |
---|---|
class |
AbstractFlowStateStorage
A flow state storage that serializes the flow states. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |