Index

A C D E F G H I L M N O P R S V 
All Classes and Interfaces|All Packages|Serialized Form

A

addBean(String, Object) - Method in class org.apache.wicket.spring.FieldBeansCollector
Adds compatible bean to the field.
AnnotationConfigSpringWebApplicationFactory - Class in org.apache.wicket.spring
A specialization of SpringWebApplicationFactory that uses AnnotationConfigWebApplicationContext
AnnotationConfigSpringWebApplicationFactory() - Constructor for class org.apache.wicket.spring.AnnotationConfigSpringWebApplicationFactory
 
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
 
AnnotProxyFieldValueFactory(ISpringContextLocator, boolean) - Constructor for class org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 
ApplicationContextMock - Class in org.apache.wicket.spring.test
Mock application context object.
ApplicationContextMock() - Constructor for class org.apache.wicket.spring.test.ApplicationContextMock
 

C

closeBeanFactory() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
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
 
createWebApplicationContext(WebApplicationContext, WicketFilter) - Method in class org.apache.wicket.spring.SpringWebApplicationFactory
Creates and initializes a new WebApplicationContext, with the given context as the parent.

D

destroy(WicketFilter) - Method in class org.apache.wicket.spring.SpringWebApplicationFactory
 

E

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

F

FieldBeansCollector - Class in org.apache.wicket.spring
Convenience class to extract information about the type and generics of a field to inject.
FieldBeansCollector(ResolvableType) - Constructor for class org.apache.wicket.spring.FieldBeansCollector
 
FieldBeansCollector.FieldType - Enum Class in org.apache.wicket.spring
 
findAnnotationOnBean(String, Class<A>) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 

G

getAliases(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getAutowireCapableBeanFactory() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBean(Class<T>) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBean(Class<T>, Object...) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBean(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBean(String, Class<T>) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBean(String, Object...) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanDefinition(ConfigurableListableBeanFactory, String) - Method in class org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 
getBeanDefinition(ApplicationContext, String) - Method in class org.apache.wicket.spring.SpringBeanLocator
Gets the root bean definition for the given name.
getBeanDefinitionCount() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanDefinitionNames() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanFactory() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanName() - Method in class org.apache.wicket.spring.SpringBeanLocator
 
getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanNamesForType(Class) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanNamesForType(Class, boolean, boolean) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanNamesForType(ResolvableType) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanNamesForType(ResolvableType, boolean, boolean) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanProvider(Class<T>) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanProvider(Class<T>, boolean) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanProvider(ResolvableType) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanProvider(ResolvableType, boolean) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeansOfType(Class<T>) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeansToInject() - Method in class org.apache.wicket.spring.FieldBeansCollector
Returns an instance containing all the beans collected for the field and compatible with the type of the field.
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getBeanType() - Method in class org.apache.wicket.spring.SpringBeanLocator
 
getContextConfigLocation(WicketFilter) - Method in class org.apache.wicket.spring.SpringWebApplicationFactory
Returns location of context config that will be used to create a WebApplication -specific application context.
getDisplayName() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getFieldType() - Method in class org.apache.wicket.spring.FieldBeansCollector
 
getFieldValue(Field, Object) - Method in class org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory
 
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
 
getStartupDate() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getType(String) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
getType(String, boolean) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 

H

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

I

inject(Object) - Method in class org.apache.wicket.spring.injection.annot.SpringComponentInjector
 
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
 
isTypeMatch(String, ResolvableType) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 

L

LIST - Enum constant in enum class org.apache.wicket.spring.FieldBeansCollector.FieldType
 
locateProxyTarget() - Method in class org.apache.wicket.spring.SpringBeanLocator
 

M

MAP - Enum constant in enum class org.apache.wicket.spring.FieldBeansCollector.FieldType
 

N

name() - Element in annotation interface org.apache.wicket.spring.injection.annot.SpringBean
Optional attribute for specifying the name of the bean.
newApplicationContext() - Method in class org.apache.wicket.spring.AnnotationConfigSpringWebApplicationFactory
 
newApplicationContext() - Method in class org.apache.wicket.spring.SpringWebApplicationFactory
Factory method used to create a new instance of the web application context, by default an instance of XmlWebApplicationContext will be created.
NONE - Enum constant in enum class org.apache.wicket.spring.FieldBeansCollector.FieldType
 

O

onInstantiation(Behavior) - Method in class org.apache.wicket.spring.injection.annot.SpringComponentInjector
 
onInstantiation(Component) - Method in class org.apache.wicket.spring.injection.annot.SpringComponentInjector
 
org.apache.wicket.spring - module org.apache.wicket.spring
 
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.test - package org.apache.wicket.spring.test
 

P

postProcessWebApplicationContext(ConfigurableWebApplicationContext, WicketFilter) - Method in class org.apache.wicket.spring.SpringWebApplicationFactory
This is a hook for potential subclasses to perform additional processing on the context.
publishEvent(Object) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
publishEvent(ApplicationEvent) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
putBean(Object) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
puts bean with into the context.
putBean(String, T) - Method in class org.apache.wicket.spring.test.ApplicationContextMock
puts bean with the given name into the context

R

refreshBeanFactory() - Method in class org.apache.wicket.spring.test.ApplicationContextMock
 
required() - Element in annotation interface org.apache.wicket.spring.injection.annot.SpringBean
Optional attribute for specifying if bean is required or not.

S

SET - Enum constant in enum class org.apache.wicket.spring.FieldBeansCollector.FieldType
 
setDefaultContext(WebApplication, ApplicationContext) - Static method in class org.apache.wicket.spring.injection.annot.SpringComponentInjector
Set the default context for the given webapp.
SpringBean - Annotation Interface 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<?>, Field, ISpringContextLocator) - Constructor for class org.apache.wicket.spring.SpringBeanLocator
Constructor
SpringBeanLocator(Class<?>, ISpringContextLocator) - Constructor for class org.apache.wicket.spring.SpringBeanLocator
Constructor
SpringBeanLocator(String, Class<?>, Field, ISpringContextLocator) - Constructor for class org.apache.wicket.spring.SpringBeanLocator
Constructor
SpringBeanLocator(String, Class<?>, ISpringContextLocator) - Constructor for class org.apache.wicket.spring.SpringBeanLocator
 
SpringComponentInjector - Class in org.apache.wicket.spring.injection.annot
IComponentInstantiationListener that injects component and behavior 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(jakarta.servlet.ServletContext).
SpringComponentInjector(WebApplication, ApplicationContext) - Constructor for class org.apache.wicket.spring.injection.annot.SpringComponentInjector
Constructor
SpringComponentInjector(WebApplication, ApplicationContext, boolean) - 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
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
 

V

valueOf(String) - Static method in enum class org.apache.wicket.spring.FieldBeansCollector.FieldType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.wicket.spring.FieldBeansCollector.FieldType
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G H I L M N O P R S V 
All Classes and Interfaces|All Packages|Serialized Form