@Controller @RequestMapping(value="/zeppelin") public class ZeppelinController extends Object
| Constructor and Description |
|---|
ZeppelinController() |
| Modifier and Type | Method and Description |
|---|---|
String |
goToZeppelin(String mdId,
String note) |
org.springframework.web.servlet.ModelAndView |
handleException(Exception e) |
@RequestMapping(value="/{mdId}/{note}")
public String goToZeppelin(@PathVariable
String mdId,
@PathVariable
String note)
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.