@Controller public class ConfigurationController extends Object
This controller returns different kind of configuration objects for the cloud.
| Constructor and Description |
|---|
ConfigurationController(ConfigurationManager configurationManager) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Map<String,CloudConfigurationObject>> |
getConfiguration() |
public ConfigurationController(ConfigurationManager configurationManager)
@ResponseBody
@RequestMapping(value="/configuration",
method=GET)
public org.springframework.http.ResponseEntity<Map<String,CloudConfigurationObject>> getConfiguration()
throws Exception
ExceptionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.