Package | Description |
---|---|
ratpack.path |
Types for managing the paths of requests inside the application.
|
Modifier and Type | Method and Description |
---|---|
Optional<PathBinding> |
PathBinder.bind(String path,
Optional<PathBinding> parentBinding)
Creates a binding for the given path, if this binder can bind to this path.
|
Modifier and Type | Method and Description |
---|---|
Optional<PathBinding> |
PathBinder.bind(String path,
Optional<PathBinding> parentBinding)
Creates a binding for the given path, if this binder can bind to this path.
|