| Package | Description |
|---|---|
| org.jboss.weld.context |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.context.bound |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.context.ejb |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.context.http |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| 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
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BoundConversationContext
A conversation context which can be bound to a pair of Maps encapsulated by
BoundRequest. |
interface |
BoundRequestContext
A request context which can be bound to any Map.
|
interface |
BoundSessionContext
A session context which can be bound to any Map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoundConversationContextImpl |
class |
BoundRequestContextImpl |
class |
BoundSessionContextImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EjbRequestContext
A request context which can be bound to the
InvocationContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbRequestContextImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpConversationContext
An Http Session backed conversation context.
|
interface |
HttpRequestContext
A request context which can be bound to the
ServletRequest. |
interface |
HttpSessionContext
A session context which can be bound to the
HttpServletRequest. |
| 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.