Package | Description |
---|---|
org.jboss.weld.context | |
org.jboss.weld.context.bound | |
org.jboss.weld.context.ejb | |
org.jboss.weld.context.http |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConversationContext<R,S>
The base of the conversation context, which can use a variety of storage
forms
|
Modifier and Type | Class and Description |
---|---|
class |
BoundConversationContextImpl |
class |
BoundRequestContextImpl |
class |
BoundSessionContextImpl |
Modifier and Type | Class and Description |
---|---|
class |
EjbRequestContextImpl |
Modifier and Type | Class and Description |
---|---|
class |
HttpConversationContextImpl |
class |
HttpRequestContextImpl |
class |
HttpSessionContextImpl |
class |
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.
|
class |
LazyHttpConversationContextImpl
An implementation of
HttpConversationContext that is capable of lazy initialization. |
Copyright © 2016. All rights reserved.