Package | Description |
---|---|
io.jooby | |
io.jooby.internal |
Modifier and Type | Interface and Description |
---|---|
static interface |
Route.Decorator
Decorates a route handler by running logic before and after route handler.
|
static interface |
Route.Handler
Route handler here is where the application logic lives.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessLogHandler
Access Log Handler
|
class |
AssetHandler
Handler for static resources represented by the
Asset contract. |
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 | Class and Description |
---|---|
class |
HeadResponseHandler |
Copyright © 2020. All rights reserved.