Package ch.tocco.nice2.boot.impl.spring
Class ScopeConfiguration
java.lang.Object
ch.tocco.nice2.boot.impl.spring.ScopeConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.beans.factory.config.CustomScopeConfigurer
scopeConfigurer
(ThreadScopeConfiguration threadScopeConfiguration) org.springframework.boot.web.servlet.FilterRegistrationBean
<ThreadScopeFilter> threadScopeFilterContribution
(ThreadScopeFilter threadScopeFilter)
-
Constructor Details
-
ScopeConfiguration
public ScopeConfiguration()
-
-
Method Details
-
scopeConfigurer
@Bean public static org.springframework.beans.factory.config.CustomScopeConfigurer scopeConfigurer(ThreadScopeConfiguration threadScopeConfiguration) -
threadScopeFilterContribution
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<ThreadScopeFilter> threadScopeFilterContribution(ThreadScopeFilter threadScopeFilter)
-