org.kuali.rice.kim.config
Class KIMConfigurer

java.lang.Object
  extended by org.kuali.rice.core.lifecycle.BaseLifecycle
      extended by org.kuali.rice.core.lifecycle.BaseCompositeLifecycle
          extended by org.kuali.rice.core.config.ModuleConfigurer
              extended by 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)

Field Summary
 
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
 
Constructor Summary
KIMConfigurer()
           
 
Method Summary
 String getSpringFileLocations()
          This method returns a comma separated string of spring file locations for this module.
 void onEvent(RiceConfigEvent event)
          This overridden method ...
 void registerConfigEventListener(RiceConfigEventListener listener)
           
 
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 org.kuali.rice.core.lifecycle.BaseCompositeLifecycle
start, stop
 
Methods inherited from class org.kuali.rice.core.lifecycle.BaseLifecycle
isStarted, setStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.lifecycle.Lifecycle
isStarted, start, stop
 

Constructor Detail

KIMConfigurer

public KIMConfigurer()
Method Detail

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.