Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.webflow.definition.registry.FlowDefinitionRegistry inweboFlowRegistry​(org.springframework.webflow.engine.builder.FlowBuilder flowBuilder, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.springframework.context.ConfigurableApplicationContext applicationContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InweboWebflowRegistryConfiguration

        public InweboWebflowRegistryConfiguration()
    • 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)