Package org.apache.wicket.cdi
-
Interface Summary 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 Summary 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 aConversationalComponent
.BeanManagerLookup Defines several strategies for looking up a CDI BeanManager in a portable way.BehaviorInjector Injects components with CDI dependenciesCdiConfiguration Configures CDI integrationConversationExpiryChecker Checks for conversation expiration during page render and throws aConversationExpiredException
when an expired conversation is detected.ConversationPropagator A request cycle listener that takes care of propagating persistent conversations.DetachEvent Fired when request cycle is detachedDetachEventEmitter Request cycle listener that fires theDetachEvent
eventNonContextual<T> Manages lifecycle of non-contextual (non-CDI-managed) objects -
Enum Summary Enum Description ConversationPropagation Various modes of propagating persistent conversations across requests. -
Exception Summary Exception Description ConversationExpiredException