Modifier and Type | Class and Description |
---|---|
class |
AbstractBoundContext<S>
Base class for contexts using a thread local to store a bound bean context
|
class |
AbstractConversationContext<R,S>
The base of the conversation context, which can use a variety of storage
forms
|
class |
AbstractManagedContext |
class |
AbstractSharedContext |
class |
AbstractUnboundContext
Base class for contexts using a thread local to store a bound bean context
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationContextImpl |
class |
RequestContextImpl |
class |
SingletonContextImpl |
Modifier and Type | Class and Description |
---|---|
class |
ThreadContext
The thread context.
|
Copyright © 2016. All rights reserved.