Uses of Class
org.wicketstuff.springreference.AbstractSpringReference

Uses of AbstractSpringReference in org.wicketstuff.springreference
 

Subclasses of AbstractSpringReference in org.wicketstuff.springreference
 class SpringReference<T>
           This class together with SpringReferenceSupporter is an alternative to wicket-spring's @SpringBean and SpringComponentInjector to integrate spring with wicket in a web application.
 

Methods in org.wicketstuff.springreference that return AbstractSpringReference
 AbstractSpringReference<T> AbstractSpringReference.clone()
           
 

Methods in org.wicketstuff.springreference with parameters of type AbstractSpringReference
<T> T
AbstractSpringReferenceSupporter.findAndSetInstance(AbstractSpringReference<T> ref)
          Looks up the spring bean from a spring ApplicationContext.
protected
<T> String
AbstractSpringReferenceSupporter.findBeanName(AbstractSpringReference<T> ref)
          Finds out the exact name for a spring bean.
 



Copyright © 2012. All Rights Reserved.