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 |
---|---|
static Handler |
Handlers.path(PathBinder pathBinder,
Handler handler)
Creates a handler that delegates to the given handlers if the request can be bound by the given path binder.
|
Modifier and Type | Method and Description |
---|---|
PathBinder |
PathBinderBuilder.build(boolean exact)
Generate a
PathBinder from the contents of the builder. |
static PathBinder |
PathBinders.parse(String path,
boolean exact) |