A G I S W

A

AnnotApplicationContextMock - Class in wicket.spring.injection.annot.test
Spring application context mock that does all the initialization required to setup an AnnotSpringInjector that will use this mock context as its source of beans.
AnnotApplicationContextMock() - Constructor for class wicket.spring.injection.annot.test.AnnotApplicationContextMock
Constructor
AnnotProxyFieldValueFactory - Class in wicket.spring.injection.annot
IFieldValueFactory that uses LazyInitProxyFactory to create proxies for Spring dependencies based on the SpringBean annotation applied to a field.
AnnotProxyFieldValueFactory(ISpringContextLocator) - Constructor for class wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 
AnnotSpringInjector - Class in wicket.spring.injection.annot
Injector that injects classes based on SpringBean annotation
AnnotSpringInjector(ISpringContextLocator) - Constructor for class wicket.spring.injection.annot.AnnotSpringInjector
Constructor
AnnotSpringWebApplication - Class in wicket.spring.injection.annot
Deprecated. instead in application.init() do addComponentInstantiationListener(new SpringComponentInjector(this)); TODO remove post 1.3
AnnotSpringWebApplication() - Constructor for class wicket.spring.injection.annot.AnnotSpringWebApplication
Deprecated.  

G

getFieldValue(Field, Object) - Method in class wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 
getFieldValueFactory() - Method in class wicket.spring.injection.annot.AnnotSpringInjector
 

I

internalInit() - Method in class wicket.spring.injection.annot.AnnotSpringWebApplication
Deprecated.  

S

SpringBean - Annotation Type in wicket.spring.injection.annot
Annotation used to tag a field as a placeholder for a spring bean.
SpringComponentInjector - Class in wicket.spring.injection.annot
IComponentInstantiationListener that injects component properties annotated with SpringBean annotations.
SpringComponentInjector(WebApplication) - Constructor for class wicket.spring.injection.annot.SpringComponentInjector
Constructor used when spring application context is declared in the spring standard way and can be located through WebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext)
SpringComponentInjector(WebApplication, ApplicationContext) - Constructor for class wicket.spring.injection.annot.SpringComponentInjector
Constructor
SpringComponentInjector(PortletApplication) - Constructor for class wicket.spring.injection.annot.SpringComponentInjector
Constructor for portlet applications
supportsField(Field) - Method in class wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 

W

wicket.spring.injection.annot - package wicket.spring.injection.annot
This package contains all the classes to make your wicket components and other pojos @SpringBean annotation aware.
wicket.spring.injection.annot.test - package wicket.spring.injection.annot.test
 

A G I S W

Copyright © 2004-2006 Wicket developers. All Rights Reserved.