Uses of Interface
net.n2oapp.framework.api.context.ContextEngine
-
Packages that use ContextEngine Package Description net.n2oapp.framework.api.test net.n2oapp.framework.api.user -
-
Uses of ContextEngine in net.n2oapp.framework.api.test
Classes in net.n2oapp.framework.api.test that implement ContextEngine Modifier and Type Class Description classTestContextEngineMethods in net.n2oapp.framework.api.test with parameters of type ContextEngine Modifier and Type Method Description voidTestStaticUserContext. setContext(ContextEngine contextEngine)Constructors in net.n2oapp.framework.api.test with parameters of type ContextEngine Constructor Description TestStaticUserContext(ContextEngine context) -
Uses of ContextEngine in net.n2oapp.framework.api.user
Fields in net.n2oapp.framework.api.user declared as ContextEngine Modifier and Type Field Description protected static ContextEngineStaticUserContext. contextMethods in net.n2oapp.framework.api.user with parameters of type ContextEngine Modifier and Type Method Description protected voidStaticUserContext. setContext(ContextEngine contextEngine)Установка контекста (может быть сделана только один раз)Constructors in net.n2oapp.framework.api.user with parameters of type ContextEngine Constructor Description StaticUserContext(ContextEngine context)UserContext(ContextEngine context)UserContext(ContextEngine context, java.util.Map<java.lang.String,java.lang.Object> requestCache)
-