Class N2oContextConfiguration


  • @Configuration
    @ImportResource("classpath*:META-INF/n2o-context-ext-context.xml")
    public class N2oContextConfiguration
    extends Object
    Конфигурация пользовательского контекста
    • Constructor Detail

      • N2oContextConfiguration

        public N2oContextConfiguration()
    • Method Detail

      • contextEngine

        @ConditionalOnMissingBean
        @Bean
        public net.n2oapp.framework.api.context.ContextEngine contextEngine()
      • staticUserContext

        @Bean
        public net.n2oapp.framework.api.user.StaticUserContext staticUserContext​(net.n2oapp.framework.api.context.ContextEngine contextEngine)