Module org.apache.wicket.cdi
Package org.apache.wicket.cdi
package org.apache.wicket.cdi
-
ClassDescriptionA bean that can be used to override whether the lifecycle of the conversation should be managed automatically or not.Automatically starts and ends conversations for pages with a
ConversationalComponent
.Defines several strategies for looking up a CDI BeanManager in a portable way.Injects components with CDI dependenciesConfigures CDI integrationMarks a component that requires a conversation.Checks for conversation expiration during page render and throws aConversationExpiredException
when an expired conversation is detected.Various modes of propagating persistent conversations across requests.A request cycle listener that takes care of propagating persistent conversations.Fired when request cycle is detachedRequest cycle listener that fires theDetachEvent
eventA strategy that specifies how conversations should be propagated between pages/resources.Manages lifecycle of non-contextual (non-CDI-managed) objects