org.kuali.rice.kim.config
Class KIMConfigurer
java.lang.Object
org.kuali.rice.core.lifecycle.BaseLifecycle
org.kuali.rice.core.lifecycle.BaseCompositeLifecycle
org.kuali.rice.core.config.ModuleConfigurer
org.kuali.rice.kim.config.KIMConfigurer
- All Implemented Interfaces:
- Configurer, RiceConfigEventListener, Lifecycle, org.springframework.beans.factory.InitializingBean
public class KIMConfigurer
- extends ModuleConfigurer
This class handles the Spring based KIM configuration that is part of the Rice Configurer that must
exist in all Rice based systems and clients.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Fields inherited from class org.kuali.rice.core.config.ModuleConfigurer |
EMBEDDED_RUN_MODE, exposeServicesOnBus, includeUserInterfaceComponents, LOCAL_RUN_MODE, LOG, REMOTE_RUN_MODE, resourceLoaderName, setSOAPServicesAsDefault, springFileLocations, testMode, THIN_RUN_MODE, VALID_RUN_MODES, webInterface, webModuleBaseUrl, webModuleConfigName, webModuleConfigurationFiles |
Methods inherited from class org.kuali.rice.core.config.ModuleConfigurer |
afterPropertiesSet, configureRunMode, configureWebConfiguration, createResourceLoader, getDefaultConfigPackagePath, getDefaultResourceLoaderName, getDefaultResourceLoaderQName, getDefaultSpringBeansPath, getModuleName, getResourceLoaderToRegister, getRunMode, getWebModuleBaseUrl, getWebModuleConfigName, getWebModuleConfigurationFiles, hasWebInterface, isExposeServicesOnBus, isIncludeUserInterfaceComponents, isSetSOAPServicesAsDefault, isTestMode, loadConfig, loadLifecycles, setExposeServicesOnBus, setHasWebInterface, setIncludeUserInterfaceComponents, setModuleName, setRunMode, setSetSOAPServicesAsDefault, setSpringFileLocations, setTestMode, setWebModuleBaseUrl, setWebModuleConfigName, setWebModuleConfigurationFiles, shouldRenderWebInterface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KIMConfigurer
public KIMConfigurer()
getSpringFileLocations
public String getSpringFileLocations()
- Description copied from class:
ModuleConfigurer
- This method returns a comma separated string of spring file locations for this module.
- Overrides:
getSpringFileLocations
in class ModuleConfigurer
registerConfigEventListener
public void registerConfigEventListener(RiceConfigEventListener listener)
onEvent
public void onEvent(RiceConfigEvent event)
throws Exception
- This overridden method ...
- Specified by:
onEvent
in interface RiceConfigEventListener
- Overrides:
onEvent
in class ModuleConfigurer
- Throws:
Exception
- See Also:
ModuleConfigurer.onEvent(org.kuali.rice.core.config.event.RiceConfigEvent)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.