Class 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

public class LocationConfigurer extends ModuleConfigurer
Allows for configuring a client to the "location" module in Kuali Rice.

The LocationConfigurer supports two run modes:

  1. REMOTE - loads the client which interacts remotely with the location services
  2. 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)