Class InweboWebflowConfiguration.InweboWebflowRegistryConfiguration
- java.lang.Object
-
- org.apereo.cas.support.inwebo.config.InweboWebflowConfiguration.InweboWebflowRegistryConfiguration
-
- Enclosing class:
- InweboWebflowConfiguration
@Configuration(value="InweboWebflowRegistryConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class InweboWebflowConfiguration.InweboWebflowRegistryConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InweboWebflowRegistryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.definition.registry.FlowDefinitionRegistryinweboFlowRegistry(org.springframework.webflow.engine.builder.FlowBuilder flowBuilder, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.springframework.context.ConfigurableApplicationContext applicationContext)
-
-
-
Method Detail
-
inweboFlowRegistry
@Bean public org.springframework.webflow.definition.registry.FlowDefinitionRegistry inweboFlowRegistry(@Qualifier("flowBuilder") org.springframework.webflow.engine.builder.FlowBuilder flowBuilder, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.springframework.context.ConfigurableApplicationContext applicationContext)
-
-