Interface ExternalConfiguration

All Superinterfaces:
Service

public interface ExternalConfiguration extends Service
An integrator may provide a map of configuration properties. This map is considered the source with the lowest priority (i.e. it may be overriden by other sources such as system properties). The supported keys are declared in the documentation. Entries with unsupported keys are ignored. Invalid property value is a deployment problem - initialization will be aborted by the container.
Author:
Martin Kouba
See Also:
  • Method Details

    • getConfigurationProperties

      Map<String,Object> getConfigurationProperties()
      Returns:
      the map of configuration properties