|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowDefinitionRedirect | |
---|---|
org.springframework.webflow.executor.support | Flow executor implementation support; includes helpers for driving the execution of flows. |
org.springframework.webflow.test.execution | Support for testing the execution of a flow definition. |
Uses of FlowDefinitionRedirect in org.springframework.webflow.executor.support |
---|
Methods in org.springframework.webflow.executor.support with parameters of type FlowDefinitionRedirect | |
---|---|
java.lang.String |
RequestParameterFlowExecutorArgumentHandler.createFlowDefinitionUrl(FlowDefinitionRedirect flowDefinitionRedirect,
ExternalContext context)
|
abstract java.lang.String |
FlowExecutorArgumentHandler.createFlowDefinitionUrl(FlowDefinitionRedirect flowDefinitionRedirect,
ExternalContext context)
|
java.lang.String |
FlowExecutorArgumentExposer.createFlowDefinitionUrl(FlowDefinitionRedirect flowDefinitionRedirect,
ExternalContext context)
Create a URL that when redirected to launches a entirely new execution of a flow definition (starts a new conversation). |
java.lang.String |
RequestPathFlowExecutorArgumentHandler.createFlowDefinitionUrl(FlowDefinitionRedirect flowDefinitionRedirect,
ExternalContext context)
|
java.lang.String |
FlowIdMappingArgumentHandlerWrapper.createFlowDefinitionUrl(FlowDefinitionRedirect flowDefinitionRedirect,
ExternalContext context)
|
protected abstract void |
ResponseInstructionHandler.handleFlowDefinitionRedirect(FlowDefinitionRedirect redirect)
Issue a response for given flow definition redirect. |
Uses of FlowDefinitionRedirect in org.springframework.webflow.test.execution |
---|
Methods in org.springframework.webflow.test.execution that return FlowDefinitionRedirect | |
---|---|
protected FlowDefinitionRedirect |
AbstractFlowExecutionTests.flowDefinitionRedirect(ViewSelection viewSelection)
Assert that the returned view selection is an instance of FlowDefinitionRedirect . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |