|
From: Cameron B. <ca...@da...> - 2003-10-27 11:42:07
|
Is there any way that the auto wire support could be exposed through a public API to allow it to be used outside of the RootBeanDefinition class. I am trying to implement a Xwork Interceptor that auto wires an action's properties that are components. Currently I am able to manually wire them by specifying an "action property name" to "spring component name" mapping in the xwork interceptor, now I wish to be able to auto wire them by calling something like appContext.autoWireByName(action) Cheers, Cameron. |