Package | Description |
---|---|
io.jooby | |
io.jooby.internal |
Modifier and Type | Class and Description |
---|---|
class |
AccessLogHandler
Access Log Handler
|
class |
CorsHandler
Handle preflight and simple CORS requests.
|
class |
HeadHandler
Add support for HTTP Head requests.
|
class |
TraceHandler
The TRACE method performs a message loop-back test along the path to the target resource.
|
class |
WebVariables
Add common variables to as
Context attributes so they are accessible from template
engine. |
Modifier and Type | Method and Description |
---|---|
Route.Decorator |
Route.getDecorator()
Decorator or
null . |
default Route.Decorator |
Route.Decorator.then(Route.Decorator next)
Chain this decorator with another and produces a new decorator.
|
Modifier and Type | Method and Description |
---|---|
Router |
Router.decorator(Route.Decorator decorator)
Add a route decorator to the route pipeline.
|
Jooby |
Jooby.decorator(Route.Decorator decorator) |
Route |
Route.setDecorator(Route.Decorator decorator)
Set route decorator.
|
default Route.Decorator |
Route.Decorator.then(Route.Decorator next)
Chain this decorator with another and produces a new decorator.
|
Modifier and Type | Class and Description |
---|---|
class |
GracefulShutdownHandler |
Modifier and Type | Method and Description |
---|---|
Router |
RouterImpl.decorator(Route.Decorator decorator) |
Copyright © 2020. All rights reserved.