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

A

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) - Method in class org.apache.wicket.cdi.AutoConversationManager
 
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
 
AutoConversationManager - Class in org.apache.wicket.cdi
Automatically starts and ends conversations for pages with a ConversationalComponent.
AutoConversationManager(IConversationPropagation) - Constructor for class org.apache.wicket.cdi.AutoConversationManager
 
autoEndIfNecessary(Page, IRequestHandler) - Method in class org.apache.wicket.cdi.AutoConversationManager
 

B

BeanManagerLookup - Class in org.apache.wicket.cdi
Defines several strategies for looking up a CDI BeanManager in a portable way.
BehaviorInjector - Class in org.apache.wicket.cdi
Injects components with CDI dependencies
BehaviorInjector() - Constructor for class org.apache.wicket.cdi.BehaviorInjector
Constructor

C

CdiConfiguration - Class in org.apache.wicket.cdi
Configures CDI integration
CdiConfiguration() - Constructor for class org.apache.wicket.cdi.CdiConfiguration
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() - 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, IConversationPropagation) - Constructor for class org.apache.wicket.cdi.ConversationPropagator
Constructor

D

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() - Constructor for class org.apache.wicket.cdi.DetachEventEmitter
Constructor

G

get(Application) - Static method in class org.apache.wicket.cdi.CdiConfiguration
 
getCid() - Method in exception org.apache.wicket.cdi.ConversationExpiredException
 
getConversationIdFromPage(Page) - Static method in class org.apache.wicket.cdi.ConversationPropagator
 
getFallbackBeanManager() - Method in class org.apache.wicket.cdi.CdiConfiguration
 
getHandler() - Method in exception org.apache.wicket.cdi.ConversationExpiredException
 
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
 
getPropagation() - Method in class org.apache.wicket.cdi.ConversationPropagator
 

H

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

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 class org.apache.wicket.cdi.NonContextual
Injects the instance
isAutomatic() - Method in class org.apache.wicket.cdi.AutoConversation
 

L

lookup() - Static method in class org.apache.wicket.cdi.BeanManagerLookup
 

M

markPageWithConversationId(IRequestHandler, String) - Static method in class org.apache.wicket.cdi.ConversationPropagator
 

N

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

O

of(Class<? extends T>) - 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.AutoConversationManager
 
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
 
onInstantiation(Behavior) - Method in class org.apache.wicket.cdi.BehaviorInjector
 
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 class org.apache.wicket.cdi.NonContextual
Injects the instance and calls any PostConstruct methods
preDestroy(T) - Method in class org.apache.wicket.cdi.NonContextual
Calls any PreDestroy methods and destroys any injected dependencies that need to be destroyed.
propagatesVia(IRequestHandler, Page) - Method in interface org.apache.wicket.cdi.IConversationPropagation
Indicates if the conversation should be propagated via url-parameters for the given request handler and page (if any).

R

removeConversationIdFromPage(Page) - Static method in class org.apache.wicket.cdi.ConversationPropagator
 

S

setAutomatic(boolean) - Method in class org.apache.wicket.cdi.AutoConversation
 
setFallbackBeanManager(BeanManager) - Method in class org.apache.wicket.cdi.CdiConfiguration
Sets a BeanManager that should be used if all strategies to lookup a BeanManager fail.
setPropagation(IConversationPropagation) - Method in class org.apache.wicket.cdi.CdiConfiguration
 

U

undeploy() - 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 L M N O P R S U V 

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