Class EDLConfigurer

  • 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 EDLConfigurer
    extends org.kuali.rice.core.framework.config.module.ModuleConfigurer
    Configures the EDocLite module.
    Author:
    Kuali Rice Team (rice.collab@kuali.org)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EDL_LOCAL_SPRING_FILE  
      • Fields inherited from class org.kuali.rice.core.framework.config.module.ModuleConfigurer

        LOG
    • Constructor Summary

      Constructors 
      Constructor Description
      EDLConfigurer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getPrimarySpringFiles()  
      • Methods inherited from class org.kuali.rice.core.framework.config.module.ModuleConfigurer

        addAdditonalToConfig, addToConfig, afterPropertiesSet, createResourceLoader, destroy, doAdditionalModuleStartLogic, doAdditionalModuleStopLogic, doAdditonalConfigurerValidations, getAdditionalSpringFiles, getCurrentContextConfigurers, getDefaultConfigPackagePath, getDefaultSpringBeansPath, getModuleName, getProperties, getResourceLoadersToRegister, getRunMode, getServletContext, getValidRunModes, getWebModuleConfiguration, hasWebInterface, initializeResourceLoaders, isExposeServicesOnBus, loadLifecycles, loadWebModule, 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 Detail

      • EDL_LOCAL_SPRING_FILE

        public static final java.lang.String EDL_LOCAL_SPRING_FILE
        See Also:
        Constant Field Values
    • Constructor Detail

      • EDLConfigurer

        public EDLConfigurer()
    • Method Detail

      • getPrimarySpringFiles

        public java.util.List<java.lang.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