Uses of Class
org.chenile.owiz.impl.ChainContext
Packages that use ChainContext
Package
Description
The core Chenile exchange objects are defined here.
Key Command implementations, chain implementations and base classes are defined here.
-
Uses of ChainContext in org.chenile.core.context
Fields in org.chenile.core.context declared as ChainContextModifier and TypeFieldDescriptionprivate ChainContext<ChenileExchange>
ChenileExchange.chainContext
Internal field for the purpose of continuing the interceptor chain.Methods in org.chenile.core.context that return ChainContextMethods in org.chenile.core.context with parameters of type ChainContextModifier and TypeMethodDescriptionvoid
ChenileExchange.setChainContext
(ChainContext<ChenileExchange> chainContext) -
Uses of ChainContext in org.chenile.owiz.impl
Methods in org.chenile.owiz.impl that return ChainContextMethods in org.chenile.owiz.impl with parameters of type ChainContextModifier and TypeMethodDescriptionvoid
ChainContextContainer.setChainContext
(ChainContext<InputType> chainContext)