Uses of Interface
org.apache.commons.chain.Context
Packages that use Context
Package
Description
The fundamental API contracts for the Chain of Responsibility Pattern as
implemented in this package.
Concrete implementations of generic Commands that are useful in many
different environments, not tied to a particular tier such as Servlets).
Convenient base implementations of Chain of Responsibility Pattern
contracts from
org.apache.commons.chain.-
Uses of Context in org.apache.commons.chain
Classes in org.apache.commons.chain with type parameters of type ContextModifier and TypeInterfaceDescriptioninterfaceclassCatalogFactory<C extends Context>ACatalogFactoryis a class used to store and retrieveCatalogs.interfaceinterfaceinterfaceMethods in org.apache.commons.chain with type parameters of type ContextModifier and TypeMethodDescriptionstatic <C extends Context>
CatalogFactory<C> CatalogFactory.getInstance()Return the singletonCatalogFactoryinstance for the relevantClassLoader. -
Uses of Context in org.apache.commons.chain.generic
Classes in org.apache.commons.chain.generic with type parameters of type ContextModifier and TypeClassDescriptionclassCopyCommand<C extends Context>Copy a specified literal value, or a context attribute stored under thefromKey(if any), to thetoKey.classDispatchCommand<C extends Context>An abstract base command which uses introspection to look up a method to execute.classDispatchLookupCommand<C extends Context>This command combines elements of theLookupCommandwith theDispatchCommand.classLookupCommand<C extends Context>classRemoveCommand<C extends Context>Remove any context attribute stored under thefromKey. -
Uses of Context in org.apache.commons.chain.impl
Classes in org.apache.commons.chain.impl with type parameters of type ContextModifier and TypeClassDescriptionclassCatalogBase<C extends Context>Simple in-memory implementation ofCatalog.classCatalogFactoryBase<C extends Context>A simple implementation ofCatalogFactory.classConvenience base class forChainimplementations.Classes in org.apache.commons.chain.impl that implement Context