@Controller
@RequestMapping(value="/scenarios/{scenario}/reports")
public class ReportController
extends Object
| Constructor and Description |
|---|
ReportController() |
@RequestMapping(value="/{metric}",
method=GET)
@ResponseBody
public List<Control> getControlsByMetric(@PathVariable
String scenario,
@PathVariable
String metric)
throws InstantiationException,
IllegalAccessException,
ClassNotFoundException
Copyright © 2015. All Rights Reserved.