Package | Description |
---|---|
ratpack.path |
Types for managing the paths of requests inside the application.
|
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.
|