Class LocationConfigurer
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.location.impl.config.LocationConfigurer
- 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
Allows for configuring a client to the "location" module in Kuali Rice.
The LocationConfigurer supports two run modes:
- REMOTE - loads the client which interacts remotely with the location services
- LOCAL - loads the location service implementations and web components locally
Client applications should generally only use "remote" run mode (which is the default).
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields inherited from class org.kuali.rice.core.framework.config.module.ModuleConfigurer
LOG -
Constructor Summary
Constructors -
Method Summary
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, validateConfigurerStateMethods inherited from class org.kuali.rice.core.api.lifecycle.BaseLifecycle
isStarted, setStarted
-
Constructor Details
-
LocationConfigurer
public LocationConfigurer()
-
-
Method Details
-
getPrimarySpringFiles
- Specified by:
getPrimarySpringFilesin interfaceConfigurer- Overrides:
getPrimarySpringFilesin classModuleConfigurer
-