| Package | Description |
|---|---|
| ratpack.path |
Types for managing the paths of requests inside the application.
|
| Modifier and Type | Field and Description |
|---|---|
static TypeToken<PathBinding> |
PathBinding.TYPE
A type token for this type.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<PathBinding> |
PathBinder.bind(PathBinding parentBinding)
Attempts to bind in the context of the given parent binding.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<PathBinding> |
PathBinder.bind(PathBinding parentBinding)
Attempts to bind in the context of the given parent binding.
|