| |
|
| java.lang.Object org.kuali.rice.lifecycle.BaseLifecycle edu.iu.uis.eden.SpringLoader
SpringLoader | final public class SpringLoader extends BaseLifecycle implements ServiceLocator(Code) | | ServiceLocator that starts and wraps the primary workflow Spring Application Context.
author: ewestfal author: rkirkend |
DEFAULT_SPRING_FILE | final public static String DEFAULT_SPRING_FILE(Code) | | The default top-level Spring configuration resource name
|
close | public synchronized void close()(Code) | | Closes the Spring context if initialization has at least started.
If initialization has NOT started, this method returns immediately.
If initialization HAS started, then it awaits completion before closing
|
getApplicationContext | public ApplicationContext getApplicationContext()(Code) | | Returns the Spring context, waiting for initialization to start and complete
if it hasn't already
the intiailized Spring context |
getBean | public Object getBean(String serviceName)(Code) | | Obtains a bean from Spring
Parameters: serviceName - the name of the bean a bean from Spring |
initializeAppContexts | protected void initializeAppContexts()(Code) | | Initializes Spring with the specified context resource name
Parameters: rootContextFile - the Spring context resource name |
isSingleton | public boolean isSingleton(String beanName)(Code) | | |
setContextFile | public void setContextFile(String contextFile)(Code) | | |
|
|
|