Uses of Enum Class
org.chenile.core.context.ContextContainer
Packages that use ContextContainer
Package
Description
Chenile core beans are initialized in Spring.
The core Chenile exchange objects are defined here.
Define Core Chenile interceptors
Defines contracts for Search using the query model.
Contains key interceptors that can be used in conjunction with the Chenile Query service.
-
Uses of ContextContainer in org.chenile.configuration.core
Methods in org.chenile.configuration.core that return ContextContainerModifier and TypeMethodDescription(package private) ContextContainer
ChenileCoreConfiguration.contextContainer()
-
Uses of ContextContainer in org.chenile.core.context
Fields in org.chenile.core.context declared as ContextContainerModifier and TypeFieldDescription(package private) ContextContainer
PopulateContextContainer.contextContainer
Methods in org.chenile.core.context that return ContextContainerModifier and TypeMethodDescriptionstatic ContextContainer
ContextContainer.getInstance()
static ContextContainer
Returns the enum constant of this class with the specified name.static ContextContainer[]
ContextContainer.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.chenile.core.context with parameters of type ContextContainerModifier and TypeMethodDescriptionstatic void
PopulateContextContainer.populateChenileExchangeFromContext
(ChenileExchange exchange, ContextContainer contextContainer) static void
PopulateContextContainer.populateContextFromChenileExchange
(ChenileExchange exchange, ContextContainer contextContainer) -
Uses of ContextContainer in org.chenile.core.interceptors
Fields in org.chenile.core.interceptors declared as ContextContainerModifier and TypeFieldDescription(package private) ContextContainer
ValidateCopyHeaders.contextContainer
-
Uses of ContextContainer in org.chenile.query.service
Fields in org.chenile.query.service declared as ContextContainerModifier and TypeFieldDescriptionprotected ContextContainer
AbstractSearchServiceImpl.contextContainer
Methods in org.chenile.query.service with parameters of type ContextContainerModifier and TypeMethodDescriptionvoid
AbstractSearchServiceImpl.setContextContainer
(ContextContainer contextContainer) -
Uses of ContextContainer in org.chenile.query.service.interceptor
Fields in org.chenile.query.service.interceptor declared as ContextContainerModifier and TypeFieldDescription(package private) ContextContainer
QuerySAASInterceptor.contextContainer
private ContextContainer
QueryUserFilterInterceptor.contextContainer