| Interface | Description |
|---|---|
| IDefaultRequestContext |
The unparamaterized interface for the default
request context.
|
| IRequestContext<R extends IRequestContext<?>> |
The base interface for a request context.
|
| IRequestContextFactory<R extends IRequestContext<?>> |
Assisted factory to create request context instances.
|
| IRequestRequestContextAddon<R extends IRequestContext<?>> |
Methods related to the current
request. |
| IResponseRequestContextAddon<R extends IRequestContext<?>> |
Methods to manipulate the response.
|
| IVariablesRequestContextAddon<R extends IRequestContext<?>> |
Methods to read and write request scoped variables.
|
| Class | Description |
|---|---|
| DefaultRequestContext |
The default implementation of the request context.
|
| RequestContextBase<R extends IRequestContext<R>> |
The base implementation for a request context object.
|
| RequestContextBaseDeps<R extends IRequestContext<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.