Class CasWebflowContextConfiguration.CasWebflowContextInterceptorConfiguration

  • Enclosing class:
    CasWebflowContextConfiguration

    @Configuration(value="CasWebflowContextInterceptorConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasWebflowContextConfiguration.CasWebflowContextInterceptorConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.i18n.LocaleChangeInterceptor localeChangeInterceptor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.web.support.ArgumentExtractor argumentExtractor)  
      org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor resourceUrlProviderExposingInterceptor​(org.springframework.web.servlet.resource.ResourceUrlProvider resourceUrlProvider)  
      • Methods inherited from class java.lang.Object

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

      • CasWebflowContextInterceptorConfiguration

        public CasWebflowContextInterceptorConfiguration()
    • Method Detail

      • localeChangeInterceptor

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        @ConditionalOnMissingBean(name="localeChangeInterceptor")
        public org.springframework.web.servlet.i18n.LocaleChangeInterceptor localeChangeInterceptor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                    @Qualifier("servicesManager")
                                                                                                    org.apereo.cas.services.ServicesManager servicesManager,
                                                                                                    @Qualifier("argumentExtractor")
                                                                                                    org.apereo.cas.web.support.ArgumentExtractor argumentExtractor)
      • resourceUrlProviderExposingInterceptor

        @Bean
        @ConditionalOnMissingBean(name="resourceUrlProviderExposingInterceptor")
        public org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor resourceUrlProviderExposingInterceptor​(@Qualifier("mvcResourceUrlProvider")
                                                                                                                                      org.springframework.web.servlet.resource.ResourceUrlProvider resourceUrlProvider)