| Interface | Description |
|---|---|
| ConversationalComponent |
Marks a component that requires a conversation.
|
| ICdiAwareRequestCycleListener | |
| IConversationPropagation |
A strategy that specifies how conversations should be propagated between
pages/resources.
|
| Class | Description |
|---|---|
| AutoConversation |
A bean that can be used to override whether the lifecycle of the conversation
should be managed automatically or not.
|
| AutoConversationManager |
Automatically starts and ends conversations for pages with a
ConversationalComponent. |
| BeanManagerLookup |
Defines several strategies for looking up a CDI BeanManager in a portable
way.
|
| BehaviorInjector |
Injects components with CDI dependencies
|
| CdiConfiguration |
Configures CDI integration
|
| ConversationExpiryChecker |
Checks for conversation expiration during page render and throws a
ConversationExpiredException when an expired conversation is
detected. |
| ConversationPropagator |
A request cycle listener that takes care of propagating persistent
conversations.
|
| DetachEvent |
Fired when request cycle is detached
|
| DetachEventEmitter |
Request cycle listener that fires the
DetachEvent event |
| NonContextual<T> |
Manages lifecycle of non-contextual (non-CDI-managed) objects
|
| Enum | Description |
|---|---|
| ConversationPropagation |
Various modes of propagating persistent conversations across requests.
|
| Exception | Description |
|---|---|
| ConversationExpiredException |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.