| Package | Description |
|---|---|
| ratpack.handling |
The handling of application requests.
|
| ratpack.path |
Types for managing the paths of requests inside the application.
|
| Class and Description |
|---|
| PathBinder
A path binder binds to a request path, extracting information from it.
|
| PathTokens
A marker interface for the contextual object that represents the tokens extracted from the request path.
|
| Class and Description |
|---|
| PathBinder
A path binder binds to a request path, extracting information from it.
|
| PathBinderBuilder
A builder to generate a
PathBinder from a list of tokens and literals. |
| PathBinding
A path binding represents some kind of "match" on the path of a request.
|
| PathTokens
A marker interface for the contextual object that represents the tokens extracted from the request path.
|