Uses of Interface
net.n2oapp.framework.api.context.Context
-
Packages that use Context Package Description net.n2oapp.framework.api net.n2oapp.framework.api.context net.n2oapp.framework.api.test net.n2oapp.framework.api.user -
-
Uses of Context in net.n2oapp.framework.api
Methods in net.n2oapp.framework.api with parameters of type Context Modifier and Type Method Description static java.lang.StringStringUtils. resolveContext(java.lang.String text, Context context)Заменить в тексте плейсхолдеры с контекстом -
Uses of Context in net.n2oapp.framework.api.context
Subinterfaces of Context in net.n2oapp.framework.api.context Modifier and Type Interface Description interfaceContextEngineСервис для получения значений контекстаConstructors in net.n2oapp.framework.api.context with parameters of type Context Constructor Description ContextProcessor(Context context) -
Uses of Context in net.n2oapp.framework.api.test
Classes in net.n2oapp.framework.api.test that implement Context Modifier and Type Class Description classTestContextEngine -
Uses of Context in net.n2oapp.framework.api.user
Classes in net.n2oapp.framework.api.user that implement Context Modifier and Type Class Description classUserContextКонтекст пользователя
-