C D E G H I N O P R S

C

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

D

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

E

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

G

get() - Method in class org.jboss.seam.wicket.util.NonContextual.Instance
Get the instance
getWebRequestCycleProcessorClass() - Method in class org.jboss.seam.wicket.SeamApplication
 

H

handleMissingConversation(String) - Method in class org.jboss.seam.wicket.SeamRequestCycle
 

I

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

N

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

O

of(Class<? extends T>, BeanManager) - Static method in class org.jboss.seam.wicket.util.NonContextual
 
onInstantiation(Component) - Method in class org.jboss.seam.wicket.SeamComponentInstantiationListener
 
onRequestTargetSet(IRequestTarget) - Method in class org.jboss.seam.wicket.SeamRequestCycle
Override to set up the conversation context and to choose the conversation if a conversation id is present in target metadata.
org.jboss.seam.wicket - package org.jboss.seam.wicket
 
org.jboss.seam.wicket.util - package org.jboss.seam.wicket.util
 

P

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

R

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

S

SeamApplication - Class in org.jboss.seam.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.
SeamApplication() - Constructor for class org.jboss.seam.wicket.SeamApplication
 
SeamComponentInstantiationListener - Class in org.jboss.seam.wicket
This listener uses the BeanManager to handle injections for all wicket components.
SeamComponentInstantiationListener() - Constructor for class org.jboss.seam.wicket.SeamComponentInstantiationListener
 
SeamMetaData - Class in org.jboss.seam.wicket
Public storage for the metadata key used by the Seam integration to store conversation ids in wicket page metadata.
SeamMetaData() - Constructor for class org.jboss.seam.wicket.SeamMetaData
 
SeamRequestCycle - Class in org.jboss.seam.wicket
SeamRequestCycle 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.
SeamRequestCycle(WebApplication, WebRequest, Response) - Constructor for class org.jboss.seam.wicket.SeamRequestCycle
 
SeamWebRequestCycleProcessor - Class in org.jboss.seam.wicket
SeamWebRequestCycleProcessor is a subclass of the standard wicket WebRequestCycleProcessor which saves the conversation id of any long-running conversation in wicket page metadata.
SeamWebRequestCycleProcessor() - Constructor for class org.jboss.seam.wicket.SeamWebRequestCycleProcessor
 

C D E G H I N O P R S

Copyright © 2011 Seam Framework. All Rights Reserved.