Package de.trustable.ca3s.core.web.html
Class ErrorController
- java.lang.Object
-
- de.trustable.ca3s.core.web.html.ErrorController
-
@Controller @RequestMapping("/error") public class ErrorController extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorController()
-
-
-
Method Detail
-
helpAsHTML
@RequestMapping(value="/error-{lang}.html", produces="text/html", method={POST,GET}) @ResponseBody public String helpAsHTML(@PathVariable String lang) throws IOException- Throws:
IOException
-
helpAsMD
@GetMapping(value="/error-{lang}.md", produces="text/markdown; charset=UTF-8") @ResponseBody public String helpAsMD(@PathVariable String lang) throws IOException- Throws:
IOException
-
-