java.lang.Object
de.hybris.platform.hac.controller.platform.ClasspathAnalyzeController
@Controller
@RequestMapping("/platform/")
public class ClasspathAnalyzeController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
jars(org.springframework.ui.Model model)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ClasspathAnalyzeController
public ClasspathAnalyzeController()
-
Method Details
-
-
jarsData
@RequestMapping(value="jars/data",
method=GET,
headers="Accept=application/json")
@ResponseBody
public Map<String,Object> jarsData()
-
jarsAnalyze
@RequestMapping(value="jars/analyze",
method=POST,
headers="Accept=application/json")
@ResponseBody
public Map<String,Object> jarsAnalyze(@RequestParam
String type,
@RequestParam
String extension,
@RequestParam(defaultValue="")
String filter,
@RequestParam(defaultValue="false")
Boolean option)