Uses of Enum Class
org.chenile.core.context.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
Modifier and TypeMethodDescription(package private) ContextContainer
ChenileCoreConfiguration.contextContainer()
-
Uses of ContextContainer in org.chenile.core.context
Modifier and TypeFieldDescription(package private) ContextContainer
PopulateContextContainer.contextContainer
Modifier 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.Modifier 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
Modifier and TypeFieldDescription(package private) ContextContainer
ValidateCopyHeaders.contextContainer
-
Uses of ContextContainer in org.chenile.query.service
Modifier and TypeFieldDescriptionprotected ContextContainer
AbstractSearchServiceImpl.contextContainer
Modifier and TypeMethodDescriptionvoid
AbstractSearchServiceImpl.setContextContainer
(ContextContainer contextContainer) -
Uses of ContextContainer in org.chenile.query.service.interceptor
Modifier and TypeFieldDescription(package private) ContextContainer
QuerySAASInterceptor.contextContainer
private ContextContainer
QueryUserFilterInterceptor.contextContainer