Package | Description |
---|---|
org.wicketstuff.springreference |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
AbstractSpringReference<T> |
AbstractSpringReference.clone() |
Modifier and Type | Method and Description |
---|---|
<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 © 2015. All rights reserved.