Package org.apereo.cas.web.flow.config
Class CasWebflowContextConfiguration.CasWebflowContextInterceptorConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.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
-
-
Constructor Summary
Constructors Constructor Description CasWebflowContextInterceptorConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.i18n.LocaleChangeInterceptorlocaleChangeInterceptor(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.web.support.ArgumentExtractor argumentExtractor)org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptorresourceUrlProviderExposingInterceptor(org.springframework.web.servlet.resource.ResourceUrlProvider resourceUrlProvider)
-
-
-
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)
-
-