Package | Description |
---|---|
ratpack.handling |
The handling of application requests.
|
ratpack.path |
Types for managing the paths of requests inside the application.
|
Modifier and Type | Method and Description |
---|---|
PathBinding |
Context.getPathBinding()
The current request path binding.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.reflect.TypeToken<PathBinding> |
PathBinding.TYPE
A type token for this type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PathBinding> |
PathBinder.bind(PathBinding parentBinding)
Attempts to bind in the context of the given parent binding.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PathBinding> |
PathBinder.bind(PathBinding parentBinding)
Attempts to bind in the context of the given parent binding.
|