public interface ModuleConfigurationCallback
ModuleManager service based on contributed JavaScriptModuleConfigurations.
 This allows components, pages, mixins and services to configure Require.JS dynamically in a
 per-request basis by using the
 JavaScriptSupport.addModuleConfigurationCallback(ModuleConfigurationCallback) method.
 Note that RequireJS is only configured during a full page render; on Ajax requests, RequireJS
 will already be loaded and configured.JavaScriptSupport.addModuleConfigurationCallback(ModuleConfigurationCallback)| Modifier and Type | Method and Description | 
|---|---|
| JSONObject | configure(JSONObject configuration)Receives the current configuration, which can be copied or returned, or (more typically) modified and returned. | 
JSONObject configure(JSONObject configuration)
configuration - a JSONObject containing the current configuration.JSONObject containing the changed configuration, most probably the same
         one received as a parameter.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.