| Interface | Description |
|---|---|
| HttpConversationContext |
An Http Session backed conversation context.
|
| HttpRequestContext |
A request context which can be bound to the
ServletRequest. |
| HttpSessionContext |
A session context which can be bound to the
HttpServletRequest. |
| Class | Description |
|---|---|
| HttpConversationContextImpl | |
| HttpLiteral |
Annotation literal for
Http |
| HttpRequestContextImpl | |
| HttpSessionContextImpl | |
| HttpSessionDestructionContext |
This special http session context is necessary because HttpSessionListeners that are called when a session
is being destroyed outside the scope of a HTTP request, need to be able to access the session context.
|
| LazyHttpConversationContextImpl |
An implementation of
HttpConversationContext that is capable of lazy initialization. |
| Annotation Type | Description |
|---|---|
| Http |
Qualifier used with all for all of the Servlet backed contexts Weld offers.
|
Copyright © 2015. All Rights Reserved.