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:
org.kuali.rice.core.api.config.module.Configurer, org.kuali.rice.core.api.lifecycle.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 org.kuali.rice.core.framework.config.module.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
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.kuali.rice.core.framework.config.module.ModuleConfigurer

    LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    protected String
     
     
    boolean
     
    protected org.kuali.rice.core.framework.config.module.WebModuleConfiguration
     
    void
     

    Methods inherited from class org.kuali.rice.core.framework.config.module.ModuleConfigurer

    addToConfig, afterPropertiesSet, createResourceLoader, destroy, doAdditionalModuleStartLogic, doAdditionalModuleStopLogic, doAdditonalConfigurerValidations, getAdditionalSpringFiles, getCurrentContextConfigurers, getDefaultSpringBeansPath, getModuleName, getProperties, getResourceLoadersToRegister, getRunMode, getServletContext, getValidRunModes, getWebModuleConfiguration, initializeResourceLoaders, isExposeServicesOnBus, loadLifecycles, parseFileList, setModuleName, setProperties, setServletContext, setValidRunModes, shouldRenderWebInterface, start, stop, validateConfigurerState

    Methods inherited from class org.kuali.rice.core.api.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.api.lifecycle.Lifecycle

    isStarted
  • Field Details

  • Constructor Details

    • KIMConfigurer

      public KIMConfigurer()
  • Method Details

    • getDefaultConfigPackagePath

      protected String getDefaultConfigPackagePath()
      Overrides:
      getDefaultConfigPackagePath in class org.kuali.rice.core.framework.config.module.ModuleConfigurer
    • getPrimarySpringFiles

      public List<String> getPrimarySpringFiles()
      Specified by:
      getPrimarySpringFiles in interface org.kuali.rice.core.api.config.module.Configurer
      Overrides:
      getPrimarySpringFiles in class org.kuali.rice.core.framework.config.module.ModuleConfigurer
    • addAdditonalToConfig

      public void addAdditonalToConfig()
      Overrides:
      addAdditonalToConfig in class org.kuali.rice.core.framework.config.module.ModuleConfigurer
    • getDataSource

      public DataSource getDataSource()
    • setDataSource

      public void setDataSource(DataSource dataSource)
    • hasWebInterface

      public boolean hasWebInterface()
      Overrides:
      hasWebInterface in class org.kuali.rice.core.framework.config.module.ModuleConfigurer
    • loadWebModule

      protected org.kuali.rice.core.framework.config.module.WebModuleConfiguration loadWebModule()
      Overrides:
      loadWebModule in class org.kuali.rice.core.framework.config.module.ModuleConfigurer