See: Description
Interface | Description |
---|---|
MutableRegistry |
A
Registry that is also mutable. |
Registry |
An object registry.
|
RegistryBuilder |
A builder of
registries . |
RegistrySpec |
An additive specification of a registry.
|
Class | Description |
---|---|
PredicateCacheability | |
PredicateCacheability.CacheKey<T> | |
Registries |
Static methods for creating and building
registries . |
RegistrySpecAction |
A convenient action base class for a registry spec.
|
Exception | Description |
---|---|
NotInRegistryException |
Thrown when a request is made for an object that a registry cannot provide.
|
Registries are primarily used for inter Handler
communication in request processing.
The Context
object that handles operate on implements the Registry
interface.
See Registry
for examples of how registries are used by handlers.
Registry
,
Registries