| Interface | Description |
|---|---|
| ConversationalComponent |
Marks a component that requires a conversation.
|
| ICdiAwareRequestCycleListener | |
| IConversationPropagation |
A strategy that specifies how conversations should be propagated between pages/resources.
|
| INonContextualManager |
Manages lifecycle of non-contextual objects like
Component instances, etc |
| Class | Description |
|---|---|
| AutoConversation |
A bean that can be used to override whether the lifecycle of the conversation should be managed
automatically or not.
|
| CdiConfiguration |
Configures CDI integration
|
| CdiContainer |
Provides access to CDI features from inside a Wicket request
|
| 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–2018 Apache Software Foundation. All rights reserved.