@Controller public class MDInspectorController extends Object
| Constructor and Description |
|---|
MDInspectorController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
handleException(Exception e) |
String |
mdstoreInspector(org.springframework.ui.ModelMap map,
String id,
long limit) |
@RequestMapping(value="/mdrecords/{id}/{limit}")
public String mdstoreInspector(org.springframework.ui.ModelMap map,
@PathVariable
String id,
@PathVariable
long limit)
throws MDStoreManagerException
MDStoreManagerException@ExceptionHandler(value=java.lang.Exception.class) @ResponseStatus(value=INTERNAL_SERVER_ERROR) public org.springframework.web.servlet.ModelAndView handleException(Exception e)
Copyright © 2021. All rights reserved.