Uses of Interface
ratpack.registry.MutableRegistry
-
Packages that use MutableRegistry Package Description ratpack.exec The execution management.ratpack.http The HTTP protocol.ratpack.registry Registries hold objects that can be retrieved via type, and are a key aspect of Ratpack applications. -
-
Uses of MutableRegistry in ratpack.exec
Subinterfaces of MutableRegistry in ratpack.exec Modifier and Type Interface Description interfaceExecutionA logical operation, such as servicing a request, that may be comprised of non contiguous units of work. -
Uses of MutableRegistry in ratpack.http
Subinterfaces of MutableRegistry in ratpack.http Modifier and Type Interface Description interfaceRequestA request to be handled. -
Uses of MutableRegistry in ratpack.registry
Methods in ratpack.registry that return MutableRegistry Modifier and Type Method Description static MutableRegistryRegistry. mutable()Creates a new, empty, mutable registry.
-