Interface CasFlowExecutor

All Superinterfaces:
org.springframework.webflow.executor.FlowExecutor

public interface CasFlowExecutor extends org.springframework.webflow.executor.FlowExecutor
Since:
7.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.execution.repository.FlowExecutionRepository
    Gets flow execution repository.
    org.springframework.webflow.context.servlet.FlowUrlHandler
    Gets flow url handler.

    Methods inherited from interface org.springframework.webflow.executor.FlowExecutor

    launchExecution, resumeExecution
  • Method Details

    • getFlowExecutionRepository

      org.springframework.webflow.execution.repository.FlowExecutionRepository getFlowExecutionRepository()
      Gets flow execution repository.
      Returns:
      the flow execution repository
    • getFlowUrlHandler

      org.springframework.webflow.context.servlet.FlowUrlHandler getFlowUrlHandler()
      Gets flow url handler.
      Returns:
      the flow url handler