| Package | Description |
|---|---|
| ratpack.groovy |
Support for writing Ratpack applications in the Groovy programming language.
|
| ratpack.groovy.guice | |
| ratpack.groovy.handling | |
| ratpack.guice |
Integration with Google Guice.
|
| ratpack.handling |
The handling of application requests.
|
| ratpack.registry |
Handlers communicate with each other by binding a "service" on to each
Context. |
| Class and Description |
|---|
| Registry
An object that can potentially provide objects of given types.
|
| Class and Description |
|---|
| MutableRegistry
A
Registry that is also mutable. |
| Registry
An object that can potentially provide objects of given types.
|
| Class and Description |
|---|
| Registry
An object that can potentially provide objects of given types.
|
| Class and Description |
|---|
| MutableRegistry
A
Registry that is also mutable. |
| Registry
An object that can potentially provide objects of given types.
|
| Class and Description |
|---|
| NotInRegistryException
Thrown when a request is made for an object that a registry cannot provide.
|
| Registry
An object that can potentially provide objects of given types.
|
| Class and Description |
|---|
| NotInRegistryException
Thrown when a request is made for an object that a registry cannot provide.
|
| Registry
An object that can potentially provide objects of given types.
|
| RegistryBuilder |