A B C D G H I N O P R S U V 

A

activateConversationalContext(RequestCycle, String) - Method in class org.apache.wicket.cdi.CdiContainer
Activates the conversational context and starts the conversation with the specified cid
activateForHandler(IRequestHandler) - Method in class org.apache.wicket.cdi.ConversationPropagator
Determines whether or not a conversation should be activated fro the specified handler.
autoBeginIfNecessary(Page, IRequestHandler, Conversation) - Method in class org.apache.wicket.cdi.ConversationPropagator
 
AutoConversation - Class in org.apache.wicket.cdi
A bean that can be used to override whether the lifecycle of the conversation should be managed automatically or not.
AutoConversation() - Constructor for class org.apache.wicket.cdi.AutoConversation
 
autoEndIfNecessary(Page, IRequestHandler, Conversation) - Method in class org.apache.wicket.cdi.ConversationPropagator
 

B

beanManager - Variable in class org.apache.wicket.cdi.CdiContainer
 
bind(Application) - Method in class org.apache.wicket.cdi.CdiContainer
Binds this container instance to the Application, making it possible to retrieve it later

C

CdiConfiguration - Class in org.apache.wicket.cdi
Configures CDI integration
CdiConfiguration(BeanManager) - Constructor for class org.apache.wicket.cdi.CdiConfiguration
Constructor
CdiContainer - Class in org.apache.wicket.cdi
Provides access to CDI features from inside a Wicket request
CdiContainer(BeanManager, INonContextualManager) - Constructor for class org.apache.wicket.cdi.CdiContainer
Constructor
CID - Static variable in class org.apache.wicket.cdi.ConversationPropagator
 
configure(Application) - Method in class org.apache.wicket.cdi.CdiConfiguration
Configures the specified application
ConversationalComponent - Interface in org.apache.wicket.cdi
Marks a component that requires a conversation.
ConversationExpiredException - Exception in org.apache.wicket.cdi
 
ConversationExpiredException(Throwable, String, Page, IRequestHandler) - Constructor for exception org.apache.wicket.cdi.ConversationExpiredException
 
ConversationExpiryChecker - Class in org.apache.wicket.cdi
Checks for conversation expiration during page render and throws a ConversationExpiredException when an expired conversation is detected.
ConversationExpiryChecker(CdiContainer) - Constructor for class org.apache.wicket.cdi.ConversationExpiryChecker
 
ConversationPropagation - Enum in org.apache.wicket.cdi
Various modes of propagating persistent conversations across requests.
ConversationPropagator - Class in org.apache.wicket.cdi
A request cycle listener that takes care of propagating persistent conversations.
ConversationPropagator(Application, CdiContainer, IConversationPropagation) - Constructor for class org.apache.wicket.cdi.ConversationPropagator
Constructor
ConversationPropagator(Application, CdiContainer, IConversationPropagation, boolean) - Constructor for class org.apache.wicket.cdi.ConversationPropagator
Constructor

D

deactivateConversationalContext(RequestCycle) - Method in class org.apache.wicket.cdi.CdiContainer
Deactivates conversational context
DetachEvent - Class in org.apache.wicket.cdi
Fired when request cycle is detached
DetachEvent() - Constructor for class org.apache.wicket.cdi.DetachEvent
 
DetachEventEmitter - Class in org.apache.wicket.cdi
Request cycle listener that fires the DetachEvent event
DetachEventEmitter(CdiContainer) - Constructor for class org.apache.wicket.cdi.DetachEventEmitter
Constructor

G

get(Application) - Static method in class org.apache.wicket.cdi.CdiContainer
Retrieves container instance stored in the application
get() - Static method in class org.apache.wicket.cdi.CdiContainer
Retrieves container instance stored in the current thread's application
getBeanManager() - Method in class org.apache.wicket.cdi.CdiConfiguration
Gets the configured bean manager
getCid() - Method in exception org.apache.wicket.cdi.ConversationExpiredException
 
getConversationMarker(Page) - Method in class org.apache.wicket.cdi.CdiContainer
Retrieves a conversation id, if any, that is associated with a Page instance
getHandler() - Method in exception org.apache.wicket.cdi.ConversationExpiredException
 
getNonContextualManager() - Method in class org.apache.wicket.cdi.CdiConfiguration
 
getNonContextualManager() - Method in class org.apache.wicket.cdi.CdiContainer
 
getPage() - Method in exception org.apache.wicket.cdi.ConversationExpiredException
 
getPage(IRequestHandler) - Static method in class org.apache.wicket.cdi.ConversationPropagator
Resolves a page instance from the request handler iff the page instance is already created
getPageParameters(IRequestHandler) - Method in class org.apache.wicket.cdi.ConversationPropagator
Resolves page parameters from a request handler
getPropagation() - Method in class org.apache.wicket.cdi.CdiConfiguration
 

H

hasConversationalComponent(Page) - Method in class org.apache.wicket.cdi.ConversationPropagator
 

I

ICdiAwareRequestCycleListener - Interface in org.apache.wicket.cdi
 
IConversationPropagation - Interface in org.apache.wicket.cdi
A strategy that specifies how conversations should be propagated between pages/resources.
inject(T) - Method in interface org.apache.wicket.cdi.INonContextualManager
Inject a noncontextual instance
inject(T) - Method in class org.apache.wicket.cdi.NonContextual
Injects the instance
INonContextualManager - Interface in org.apache.wicket.cdi
Manages lifecycle of non-contextual objects like Component instances, etc
isAutoConversationManagement() - Method in class org.apache.wicket.cdi.CdiConfiguration
Checks if auto conversation management is enabled.
isAutomatic() - Method in class org.apache.wicket.cdi.AutoConversation
 
isInjectApplication() - Method in class org.apache.wicket.cdi.CdiConfiguration
 
isInjectBehaviors() - Method in class org.apache.wicket.cdi.CdiConfiguration
 
isInjectComponents() - Method in class org.apache.wicket.cdi.CdiConfiguration
 
isInjectSession() - Method in class org.apache.wicket.cdi.CdiConfiguration
 

N

NonContextual<T> - Class in org.apache.wicket.cdi
Manages lifecycle of non-contextual (non-CDI-managed) objects

O

of(Class<? extends T>, BeanManager) - Static method in class org.apache.wicket.cdi.NonContextual
Factory method for creating noncontextual instances
onAfterConversationActivated(RequestCycle) - Method in interface org.apache.wicket.cdi.ICdiAwareRequestCycleListener
Called right after a conversation context for this request is activated
onBeforeConversationDeactivated(RequestCycle) - Method in interface org.apache.wicket.cdi.ICdiAwareRequestCycleListener
Called right before the current conversation context is deactivated
onBeforeRender(Component) - Method in class org.apache.wicket.cdi.ConversationExpiryChecker
 
onDetach(RequestCycle) - Method in class org.apache.wicket.cdi.ConversationPropagator
 
onDetach(RequestCycle) - Method in class org.apache.wicket.cdi.DetachEventEmitter
 
onException(RequestCycle, Exception) - Method in class org.apache.wicket.cdi.ConversationPropagator
 
onRequestHandlerExecuted(RequestCycle, IRequestHandler) - Method in class org.apache.wicket.cdi.ConversationPropagator
 
onRequestHandlerResolved(RequestCycle, IRequestHandler) - Method in class org.apache.wicket.cdi.ConversationPropagator
 
onRequestHandlerResolved(RequestCycle, IRequestHandler) - Method in class org.apache.wicket.cdi.DetachEventEmitter
 
onRequestHandlerScheduled(RequestCycle, IRequestHandler) - Method in class org.apache.wicket.cdi.ConversationPropagator
 
onUrlMapped(RequestCycle, IRequestHandler, Url) - Method in class org.apache.wicket.cdi.ConversationPropagator
 
org.apache.wicket.cdi - package org.apache.wicket.cdi
 

P

postConstruct(T) - Method in interface org.apache.wicket.cdi.INonContextualManager
Inject a noncontextual instance and invokes any PostConstruct callbacks
postConstruct(T) - Method in class org.apache.wicket.cdi.NonContextual
Injects the instance and calls any PostConstruct methods
preDestroy(T) - Method in interface org.apache.wicket.cdi.INonContextualManager
Invokes any PreDestroy callbacks and cleans up
preDestroy(T) - Method in class org.apache.wicket.cdi.NonContextual
Calls any PreDestroy methods and destroys any injected dependencies that need to be destroyed.
propagatesViaPage(Page, IRequestHandler) - Method in interface org.apache.wicket.cdi.IConversationPropagation
Indicates if the conversation should be propagated via page metadata (on an instance) for the given page and request handler.
propagatesViaParameters(IRequestHandler) - Method in interface org.apache.wicket.cdi.IConversationPropagation
Indicates if the conversation should be propagated via url-parameters for the given request handler.

R

removeConversationMarker(Page) - Method in class org.apache.wicket.cdi.CdiContainer
Removes conversation marker from the page instance which prevents the conversation from propagating to the page.

S

setAutoConversationManagement(boolean) - Method in class org.apache.wicket.cdi.CdiConfiguration
Toggles automatic conversation management feature.
setAutomatic(boolean) - Method in class org.apache.wicket.cdi.AutoConversation
 
setConversationOnPage(Conversation, Page) - Method in class org.apache.wicket.cdi.ConversationPropagator
 
setInjectApplication(boolean) - Method in class org.apache.wicket.cdi.CdiConfiguration
 
setInjectBehaviors(boolean) - Method in class org.apache.wicket.cdi.CdiConfiguration
 
setInjectComponents(boolean) - Method in class org.apache.wicket.cdi.CdiConfiguration
 
setInjectSession(boolean) - Method in class org.apache.wicket.cdi.CdiConfiguration
 
setNonContextualManager(INonContextualManager) - Method in class org.apache.wicket.cdi.CdiConfiguration
 
setPropagation(IConversationPropagation) - Method in class org.apache.wicket.cdi.CdiConfiguration
 

U

undeploy(BeanManager) - Static method in class org.apache.wicket.cdi.NonContextual
Undeploys specified bean manager from cache

V

valueOf(String) - Static method in enum org.apache.wicket.cdi.ConversationPropagation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.wicket.cdi.ConversationPropagation
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G H I N O P R S U V 

Copyright © 2006–2018 Apache Software Foundation. All rights reserved.