| An "AOP Alliance" proxy that allows request-scope dependencies to be injected
into application scope. A parent bean definition is in
rsf-config.xml - just inherit from it, and set the
targetBeanName field, preferably using an idref
for link-safety. For example:
<bean id="RSACSafeBeanLocatorProxy" parent="RSACBridgeProxy">
<property name="targetBeanName">
<idref bean="rsacSafeBeanLocator" />
</property>
</bean>
author: Antranig Basman (antranig@caret.cam.ac.uk) |