org.kuali.rice.kim.config
Class KIMConfigurer
java.lang.Object
org.kuali.rice.core.api.lifecycle.BaseLifecycle
org.kuali.rice.core.api.lifecycle.BaseCompositeLifecycle
org.kuali.rice.core.framework.config.module.ModuleConfigurer
org.kuali.rice.kim.config.KIMConfigurer
- All Implemented Interfaces:
- Configurer, Lifecycle, org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware
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)
Methods inherited from class org.kuali.rice.core.framework.config.module.ModuleConfigurer |
addToConfig, afterPropertiesSet, destroy, doAdditionalModuleStartLogic, doAdditionalModuleStopLogic, doAdditonalConfigurerValidations, getAdditionalSpringFiles, getCurrentContextConfigurers, getDefaultSpringBeansPath, getModuleName, getProperties, getResourceLoadersToRegister, getRunMode, getValidRunModes, getWebModuleConfiguration, initializeResourceLoaders, isExposeServicesOnBus, loadLifecycles, setModuleName, setProperties, setServletContext, setValidRunModes, shouldRenderWebInterface, start, stop, validateConfigurerState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KIM_DATASOURCE_OBJ
public static final String KIM_DATASOURCE_OBJ
- See Also:
- Constant Field Values
KIMConfigurer
public KIMConfigurer()
getDefaultConfigPackagePath
protected String getDefaultConfigPackagePath()
- Overrides:
getDefaultConfigPackagePath
in class ModuleConfigurer
getPrimarySpringFiles
public List<String> getPrimarySpringFiles()
- Specified by:
getPrimarySpringFiles
in interface Configurer
- Overrides:
getPrimarySpringFiles
in class ModuleConfigurer
addAdditonalToConfig
public void addAdditonalToConfig()
- Overrides:
addAdditonalToConfig
in class ModuleConfigurer
getDataSource
public DataSource getDataSource()
setDataSource
public void setDataSource(DataSource dataSource)
hasWebInterface
public boolean hasWebInterface()
- Description copied from class:
ModuleConfigurer
- Indicates whether or not this module has a web interface module. Default implementation returns false, but
subclasses can override to return true if they have a web module that can be loaded.
- Overrides:
hasWebInterface
in class ModuleConfigurer
- Returns:
- true if this module has a web interface, false otherwise
loadWebModule
protected WebModuleConfiguration loadWebModule()
- Description copied from class:
ModuleConfigurer
- Subclasses can override the default implementation of this method if they want to provide a custom implementation
for loading the web module configuration. This method will be called from #getWebModuleConfiguration when
#hasWebInterface return true.
- Overrides:
loadWebModule
in class ModuleConfigurer
- Returns:
- the loaded web module configuration, this method should *never* return null.
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.