org.kuali.rice.core.lifecycle
Class SpringLifeCycle
java.lang.Object
org.kuali.rice.core.lifecycle.BaseLifecycle
org.kuali.rice.core.lifecycle.SpringLifeCycle
- All Implemented Interfaces:
- Lifecycle
public class SpringLifeCycle
- extends BaseLifecycle
A Lifecycle which simply initializes the SpringLoader with the correct spring context file. It's important that
we don't actually start the SpringLoader here because that will be handled by the GlobalResourceLoader.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Field Summary |
protected org.apache.log4j.Logger |
LOG
|
Method Summary |
void |
start()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected final org.apache.log4j.Logger LOG
SpringLifeCycle
public SpringLifeCycle()
SpringLifeCycle
public SpringLifeCycle(String springFileName)
start
public void start()
throws Exception
- Specified by:
start
in interface Lifecycle
- Overrides:
start
in class BaseLifecycle
- Throws:
Exception
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.