| java.lang.Object uk.org.ponder.rsac.RSACBeanLocatorFactory
RSACBeanLocatorFactory | public class RSACBeanLocatorFactory (Code) | | This code, grievously stolen from Andrew Thornton, hides away all the
unpleasant munging required to obtain a "Generic" Spring application context
using standard Spring resource location semantics.
author: Antranig Basman (antranig@caret.cam.ac.uk) |
readContext | public static ConfigurableApplicationContext readContext(String[] configLocations, ApplicationContext parent)(Code) | | Creates a RequestScopeAppContextPool from the given config locations and
parent Application Context
Parameters: configLocation - Parameters: parent - a new pool |
|
|