A C E F G H I O R S

A

AbstractSpringDependencies - Class in org.wicketstuff.springreference
This class together with SpringReferenceSupporter makes it possible to use spring annotation driven injection with wicket (for example @Autowired and @Qualifier annotated fields).
AbstractSpringDependencies() - Constructor for class org.wicketstuff.springreference.AbstractSpringDependencies
Constructor.
AbstractSpringReference<T> - Class in org.wicketstuff.springreference
An abstract base class for referring spring beans.
AbstractSpringReference(Class<T>, String) - Constructor for class org.wicketstuff.springreference.AbstractSpringReference
Constructor.
AbstractSpringReferenceSupporter - Class in org.wicketstuff.springreference
Abstract base class for spring bean finding.
AbstractSpringReferenceSupporter() - Constructor for class org.wicketstuff.springreference.AbstractSpringReferenceSupporter
 

C

clearCache() - Method in class org.wicketstuff.springreference.AbstractSpringReferenceSupporter
Clears the internal cache.
clone() - Method in class org.wicketstuff.springreference.AbstractSpringDependencies
 
clone() - Method in class org.wicketstuff.springreference.AbstractSpringReference
 
clone() - Method in class org.wicketstuff.springreference.SpringReference
 

E

equals(Object) - Method in class org.wicketstuff.springreference.AbstractSpringReference
 

F

findAndSetInstance(AbstractSpringReference<T>) - Method in class org.wicketstuff.springreference.AbstractSpringReferenceSupporter
Looks up the spring bean from a spring ApplicationContext.
findBeanName(AbstractSpringReference<T>) - Method in class org.wicketstuff.springreference.AbstractSpringReferenceSupporter
Finds out the exact name for a spring bean.

G

get() - Method in class org.wicketstuff.springreference.AbstractSpringReference
Returns the referred spring bean.
get() - Static method in class org.wicketstuff.springreference.SpringReferenceSupporter
 
getApplicationContext() - Method in class org.wicketstuff.springreference.AbstractSpringReferenceSupporter
 
getApplicationContext() - Method in class org.wicketstuff.springreference.SpringReferenceSupporter
 
getBeanDefinition(ConfigurableListableBeanFactory, String) - Method in class org.wicketstuff.springreference.AbstractSpringReferenceSupporter
Tries to get the BeanDefinition of a spring bean.
getClazz() - Method in class org.wicketstuff.springreference.AbstractSpringReference
 
getName() - Method in class org.wicketstuff.springreference.AbstractSpringReference
Can change during lookup if it was not set originally.
getSupporter() - Method in class org.wicketstuff.springreference.AbstractSpringReference
 
getSupporter() - Method in class org.wicketstuff.springreference.SpringReference
 

H

hashCode() - Method in class org.wicketstuff.springreference.AbstractSpringReference
 

I

init() - Method in class org.wicketstuff.springreference.AbstractSpringDependencies
Injects dependencies.
isClazzBasedOnlyLookup() - Method in class org.wicketstuff.springreference.AbstractSpringReference
 

O

of(Class<T>) - Static method in class org.wicketstuff.springreference.SpringReference
Creator method for easy usage.
of(Class<T>, String) - Static method in class org.wicketstuff.springreference.SpringReference
Creator method for easy usage.
org.wicketstuff.springreference - package org.wicketstuff.springreference
 

R

readResolve() - Method in class org.wicketstuff.springreference.AbstractSpringDependencies
Called during deserialization by the JVM.
register(WebApplication) - Static method in class org.wicketstuff.springreference.SpringReferenceSupporter
Creates and registers an instance of this class with the wicket web application.
register(Application, SpringReferenceSupporter) - Static method in class org.wicketstuff.springreference.SpringReferenceSupporter
Registers the passed in supporter with the wicket application.

S

setInstanceRef(WeakReference<T>) - Method in class org.wicketstuff.springreference.AbstractSpringReference
 
setName(String) - Method in class org.wicketstuff.springreference.AbstractSpringReference
 
SpringReference<T> - Class in org.wicketstuff.springreference
This class together with SpringReferenceSupporter is an alternative to wicket-spring's @SpringBean and SpringComponentInjector to integrate spring with wicket in a web application.
SpringReference(Class<T>, String) - Constructor for class org.wicketstuff.springreference.SpringReference
Constructor.
SpringReferenceSupporter - Class in org.wicketstuff.springreference
Used by SpringReference and AbstractSpringDependencies to do the actual spring bean lookups.
SpringReferenceSupporter(ApplicationContext) - Constructor for class org.wicketstuff.springreference.SpringReferenceSupporter
Constructor.

A C E F G H I O R S

Copyright © 2012. All Rights Reserved.