Package org.apereo.cas.web.flow.executor
Interface CasFlowExecutor
- All Superinterfaces:
org.springframework.webflow.executor.FlowExecutor
public interface CasFlowExecutor
extends org.springframework.webflow.executor.FlowExecutor
This is
CasFlowExecutor.- Since:
- 7.1.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.execution.repository.FlowExecutionRepositoryGets flow execution repository.org.springframework.webflow.context.servlet.FlowUrlHandlerGets 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
-