A C E G H I L O P S

A

AnnotApplicationContextMock - Class in org.apache.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 org.apache.wicket.spring.injection.annot.test.AnnotApplicationContextMock
Constructor
AnnotProxyFieldValueFactory - Class in org.apache.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 org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 
AnnotSpringInjector - Class in org.apache.wicket.spring.injection.annot
Injector that injects classes based on SpringBean annotation
AnnotSpringInjector(ISpringContextLocator) - Constructor for class org.apache.wicket.spring.injection.annot.AnnotSpringInjector
Constructor
AnnotSpringWebApplication - Class in org.apache.wicket.spring.injection.annot
Deprecated. instead in application.init() do addComponentInstantiationListener(new SpringComponentInjector(this)); TODO remove post 1.3
AnnotSpringWebApplication() - Constructor for class org.apache.wicket.spring.injection.annot.AnnotSpringWebApplication
Deprecated.  
ApplicationContextMock - Class in org.apache.wicket.spring.test
Mock application context object.
ApplicationContextMock() - Constructor for class org.apache.wicket.spring.test.ApplicationContextMock
 

C

containsBean(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
containsBeanDefinition(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
containsLocalBean(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
createApplication(WicketFilter) - Method in class org.apache.wicket.spring.SpringWebApplicationFactory
 
createSpringBeanProxy(Class<?>, String) - Method in class org.apache.wicket.spring.SpringWebApplication
Deprecated. Creates a proxy for a spring bean that is safe to put into session and serialize
createSpringBeanProxy(Class<?>) - Method in class org.apache.wicket.spring.SpringWebApplication
Deprecated. Creates a proxy for a spring bean that is safe to put into session and serialize

E

equals(Object) - Method in class org.apache.wicket.spring.SpringBeanLocator
 

G

getAliases(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getAutowireCapableBeanFactory() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBean(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBean(String, Class) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBean(String, Object[]) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanDefinitionCount() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanDefinitionNames() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanName() - Method in class org.apache.wicket.spring.SpringBeanLocator
 
getBeanNamesForType(Class) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanNamesForType(Class, boolean, boolean) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeansOfType(Class) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeansOfType(Class, boolean, boolean) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanType() - Method in class org.apache.wicket.spring.SpringBeanLocator
 
getClassLoader() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getDisplayName() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getFieldValue(Field, Object) - Method in class org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 
getFieldValueFactory() - Method in class org.apache.wicket.spring.injection.annot.AnnotSpringInjector
 
getId() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getMessage(String, Object[], String, Locale) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getMessage(String, Object[], Locale) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getMessage(MessageSourceResolvable, Locale) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getParent() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getParentBeanFactory() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getResource(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getResources(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getSpringContext() - Method in interface org.apache.wicket.spring.ISpringContextLocator
Getter for spring application context
getSpringContext() - Method in class org.apache.wicket.spring.test.SpringContextLocatorMock
 
getSpringContextLocator() - Method in class org.apache.wicket.spring.SpringBeanLocator
 
getSpringContextLocator() - Method in class org.apache.wicket.spring.SpringWebApplication
Deprecated. Retrieves the spring application context locator object
getStartupDate() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getType(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 

H

hashCode() - Method in class org.apache.wicket.spring.SpringBeanLocator
 

I

internalGetApplicationContext() - Method in class org.apache.wicket.spring.SpringWebApplication
Deprecated. Retrieves the spring application context associated with this application object This method is protected and named internalGetApplicationContext so that the subclass can choose whether or not to add a public getApplicationContext() method
internalInit() - Method in class org.apache.wicket.spring.injection.annot.AnnotSpringWebApplication
Deprecated.  
internalInit() - Method in class org.apache.wicket.spring.SpringWebApplication
Deprecated.  
ISpringContextLocator - Interface in org.apache.wicket.spring
Interface representing object that can locate a spring context.
isPrototype(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
isSingleton(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
isSingletonBean() - Method in class org.apache.wicket.spring.SpringBeanLocator
 
isTypeMatch(String, Class) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 

L

locateProxyTarget() - Method in class org.apache.wicket.spring.SpringBeanLocator
 

O

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

P

publishEvent(ApplicationEvent) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
putBean(String, Object) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
puts bean with the given name into the context
putBean(Object) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
puts bean with into the context.

S

setApplicationContext(ApplicationContext) - Method in class org.apache.wicket.spring.SpringWebApplication
Deprecated.  
SpringBean - Annotation Type in org.apache.wicket.spring.injection.annot
Annotation used to tag a field as a placeholder for a spring bean.
SpringBeanLocator - Class in org.apache.wicket.spring
Implementation of IProxyTargetLocator that can locate beans within a spring application context.
SpringBeanLocator(Class<?>, ISpringContextLocator) - Constructor for class org.apache.wicket.spring.SpringBeanLocator
Constructor
SpringBeanLocator(String, Class<?>, ISpringContextLocator) - Constructor for class org.apache.wicket.spring.SpringBeanLocator
Constructor
SpringComponentInjector - Class in org.apache.wicket.spring.injection.annot
IComponentInstantiationListener that injects component properties annotated with SpringBean annotations.
SpringComponentInjector(WebApplication) - Constructor for class org.apache.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 org.apache.wicket.spring.injection.annot.SpringComponentInjector
Constructor
SpringContextLocatorMock - Class in org.apache.wicket.spring.test
Mock SpringContextLocator
SpringContextLocatorMock(ApplicationContext) - Constructor for class org.apache.wicket.spring.test.SpringContextLocatorMock
Constructor
SpringWebApplication - Class in org.apache.wicket.spring
Deprecated. when using java5 it is preferrable to use SpringBean annotations for injection rather then this spring-specific application subclass with its helpers. To setup SpringBean add the following line to your WebApplication subclass init method add(new SpringComponentInjector(this));
SpringWebApplication() - Constructor for class org.apache.wicket.spring.SpringWebApplication
Deprecated. Construct.
SpringWebApplicationFactory - Class in org.apache.wicket.spring
Implementation of IWebApplicationFactory that pulls the WebApplication object out of spring application context.
SpringWebApplicationFactory() - Constructor for class org.apache.wicket.spring.SpringWebApplicationFactory
 
supportsField(Field) - Method in class org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 

A C E G H I L O P S

Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.