Package net.n2oapp.framework.boot
Class N2oContextConfiguration
- java.lang.Object
-
- net.n2oapp.framework.boot.N2oContextConfiguration
-
@Configuration @ImportResource("classpath*:META-INF/n2o-context-ext-context.xml") public class N2oContextConfiguration extends ObjectКонфигурация пользовательского контекста
-
-
Constructor Summary
Constructors Constructor Description N2oContextConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.n2oapp.framework.api.context.ContextEnginecontextEngine()org.springframework.web.context.request.RequestContextListenerrequestContextListener()net.n2oapp.framework.api.user.StaticUserContextstaticUserContext(net.n2oapp.framework.api.context.ContextEngine contextEngine)
-
-
-
Method Detail
-
contextEngine
@ConditionalOnMissingBean @Bean public net.n2oapp.framework.api.context.ContextEngine contextEngine()
-
requestContextListener
@Bean @ConditionalOnBean(net.n2oapp.framework.ui.context.SessionContextEngine.class) public org.springframework.web.context.request.RequestContextListener requestContextListener()
-
staticUserContext
@Bean public net.n2oapp.framework.api.user.StaticUserContext staticUserContext(net.n2oapp.framework.api.context.ContextEngine contextEngine)
-
-