Uses of Interface
org.chenile.owiz.impl.ChainContextContainer
Packages that use ChainContextContainer
Package
Description
The core Chenile exchange objects are defined here.
Key Command implementations, chain implementations and base classes are defined here.
-
Uses of ChainContextContainer in org.chenile.core.context
Classes in org.chenile.core.context that implement ChainContextContainerModifier and TypeClassDescriptionclass
A bidirectional exchange that navigates between different Chenile Interceptors. -
Uses of ChainContextContainer in org.chenile.owiz.impl
Classes in org.chenile.owiz.impl with type parameters of type ChainContextContainerModifier and TypeClassDescriptionclass
FilterChain<InputType extends ChainContextContainer<InputType>>
A variation of the Chain for AOP like surround processing.