| Interface | Description |
|---|---|
| CacheHeadersRequestContextAddon<R extends RequestContext<?>> |
Request context add-on to work with cache headers.
|
| DefaultRequestContext |
The unparamaterized interface for the default
request context.
|
| RequestContext<R extends RequestContext<?>> |
The base interface for a request context.
|
| RequestContextFactory<R extends RequestContext<?>> |
Assisted factory to create request context instances.
|
| RequestRequestContextAddon<R extends RequestContext<?>> |
Methods related to the current
request. |
| ResponseRequestContextAddon<R extends RequestContext<?>> |
Methods to manipulate the response.
|
| VariablesRequestContextAddon<R extends RequestContext<?>> |
Methods to read and write request scoped variables.
|
| Class | Description |
|---|---|
| DefaultRequestContextDefault |
The default implementation of the request context.
|
| RequestContextBase<R extends RequestContext<R>> |
The base implementation for a request context object.
|
| RequestContextBaseDeps<R extends RequestContext<R>> |
A wrapper object for the dependencies required by RequestContextBase.
|
| Annotation Type | Description |
|---|---|
| RequestContextType |
Used to bind and inject the request context type.
|
Copyright © 2016. All rights reserved.