B C D E G I N O P R S W

B

BeanManagerLookup - Class in org.jboss.weld.wicket
A utilty class to provide access to the JSR-299 BeanManager
BeanManagerLookup() - Constructor for class org.jboss.weld.wicket.BeanManagerLookup
 

C

CID - Static variable in class org.jboss.weld.wicket.WeldMetaData
This is the key we will use to to store the conversation metadata in the wicket page.

D

dispose() - Method in class org.jboss.weld.wicket.util.NonContextual.Instance
Dispose of the instance, doing any necessary cleanup

E

existingInstance(T) - Method in class org.jboss.weld.wicket.util.NonContextual
 

G

get() - Method in class org.jboss.weld.wicket.util.NonContextual.Instance
Get the instance
getBeanManager() - Static method in class org.jboss.weld.wicket.BeanManagerLookup
We will attempt first to obtain the BeanManager instance from JNDI.
getBeanManagerJndiName() - Static method in class org.jboss.weld.wicket.BeanManagerLookup
 
getBeanManagerServletContextName() - Static method in class org.jboss.weld.wicket.BeanManagerLookup
 

I

inject() - Method in class org.jboss.weld.wicket.util.NonContextual.Instance
Inject the instance
internalInit() - Method in class org.jboss.weld.wicket.WeldApplication
Add our component instantiation listener

N

newInstance() - Method in class org.jboss.weld.wicket.util.NonContextual
 
newRequestCycle(Request, Response) - Method in class org.jboss.weld.wicket.WeldApplication
Override to return our Weld-specific request cycle
newRequestCycleProcessor() - Method in class org.jboss.weld.wicket.WeldApplication
Override to return our Weld-specific request cycle processor
NonContextual<T> - Class in org.jboss.weld.wicket.util
Perform production, injection, lifecycle callbacks and cleanup on a non-contextual object
NonContextual(BeanManager, Class<? extends T>) - Constructor for class org.jboss.weld.wicket.util.NonContextual
Create an injector for the given class
NonContextual.Instance<T> - Class in org.jboss.weld.wicket.util
Represents a non-contextual instance

O

onInstantiation(Component) - Method in class org.jboss.weld.wicket.WeldComponentInstantiationListener
 
onRequestTargetSet(IRequestTarget) - Method in class org.jboss.weld.wicket.WeldRequestCycle
Override to set up the conversation context and to choose the conversation if a conversation id is present in target metadata.
org.jboss.weld.wicket - package org.jboss.weld.wicket
 
org.jboss.weld.wicket.util - package org.jboss.weld.wicket.util
 

P

postConstruct() - Method in class org.jboss.weld.wicket.util.NonContextual.Instance
Call the @PostConstruct callback
preDestroy() - Method in class org.jboss.weld.wicket.util.NonContextual.Instance
Call the @PreDestroy callback
produce() - Method in class org.jboss.weld.wicket.util.NonContextual.Instance
Create the instance

R

respond(RequestCycle) - Method in class org.jboss.weld.wicket.WeldWebRequestCycleProcessor
If a long running conversation has been started, store its id into page metadata

S

setBeanManagerJndiName(String) - Static method in class org.jboss.weld.wicket.BeanManagerLookup
 
setBeanManagerServletContextName(String) - Static method in class org.jboss.weld.wicket.BeanManagerLookup
 

W

WeldApplication - Class in org.jboss.weld.wicket
A convenience subclass of wicket's WebApplication which adds the hooks necessary to use JSR-299 injections in wicket components, as well as manage JSR-299 conversation scopes with Wicket page metadata.
WeldApplication() - Constructor for class org.jboss.weld.wicket.WeldApplication
 
WeldComponentInstantiationListener - Class in org.jboss.weld.wicket
This listener uses the BeanManager to handle injections for all wicket components.
WeldComponentInstantiationListener() - Constructor for class org.jboss.weld.wicket.WeldComponentInstantiationListener
 
WeldMetaData - Class in org.jboss.weld.wicket
Public storage for the metadata key used by the Weld integration to store conversation ids in wicket page metadata.
WeldMetaData() - Constructor for class org.jboss.weld.wicket.WeldMetaData
 
WeldRequestCycle - Class in org.jboss.weld.wicket
WeldRequestCycle is a subclass of the standard wicket WebRequestCycle which: restores long-running conversations specified in wicket page metadata when a page target is first used.
WeldRequestCycle(WebApplication, WebRequest, Response) - Constructor for class org.jboss.weld.wicket.WeldRequestCycle
 
WeldWebRequestCycleProcessor - Class in org.jboss.weld.wicket
WeldWebRequestCycleProcessor is a subclass of the standard wicket WebRequestCycleProcessor which saves the conversation id of any long-running cornversation in wicket page metadata.
WeldWebRequestCycleProcessor() - Constructor for class org.jboss.weld.wicket.WeldWebRequestCycleProcessor
 

B C D E G I N O P R S W

Copyright © 2008-2009 Seam Framework. All Rights Reserved.