Package | Description |
---|---|
io.jooby | |
io.jooby.internal |
Modifier and Type | Method and Description |
---|---|
Route.After |
Route.getAfter()
After filter or
null . |
default Route.After |
Route.After.then(Route.After next)
Chain this filter with next one and produces a new after filter.
|
Modifier and Type | Method and Description |
---|---|
Router |
Router.after(Route.After after)
Add an after route decorator to the route pipeline.
|
Jooby |
Jooby.after(Route.After after) |
Route |
Route.setAfter(Route.After after)
Set after filter.
|
default Route.After |
Route.After.then(Route.After next)
Chain this filter with next one and produces a new after filter.
|
default Route.Handler |
Route.Handler.then(Route.After next)
Chain this after decorator with next and produces a new decorator.
|
Modifier and Type | Method and Description |
---|---|
Router |
RouterImpl.after(Route.After after) |
Copyright © 2020. All rights reserved.