|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContinuationCreationException | |
---|---|
org.springframework.webflow.execution.repository.continuation | Implementation of continuation-based flow execution repositories. |
Uses of ContinuationCreationException in org.springframework.webflow.execution.repository.continuation |
---|
Methods in org.springframework.webflow.execution.repository.continuation that throw ContinuationCreationException | |
---|---|
FlowExecutionContinuation |
FlowExecutionContinuationFactory.createContinuation(byte[] bytes)
Creates a new flow execution continuation from the provided byte array. |
FlowExecutionContinuation |
FlowExecutionContinuationFactory.createContinuation(FlowExecution flowExecution)
Creates a new flow execution continuation for given flow execution. |
FlowExecutionContinuation |
SerializedFlowExecutionContinuationFactory.createContinuation(FlowExecution flowExecution)
|
Constructors in org.springframework.webflow.execution.repository.continuation that throw ContinuationCreationException | |
---|---|
SerializedFlowExecutionContinuation(FlowExecution flowExecution,
boolean compress)
Creates a new serialized flow execution continuation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |