Class SpringBeanLocator

java.lang.Object
org.apache.wicket.spring.SpringBeanLocator
All Implemented Interfaces:
Serializable, IProxyTargetLocator, IClusterable

public class SpringBeanLocator extends Object implements IProxyTargetLocator
Implementation of IProxyTargetLocator that can locate beans within a spring application context. Beans are looked up by the combination of name and type, if name is omitted only type is used.
Author:
Igor Vaynberg (ivaynberg), Istvan Devai, Tobias Soloschenko
See Also: