java.lang.Object
de.digitalcollections.commons.springmvc.controller.ErrorController

@Controller public class ErrorController extends Object
  • Constructor Details

    • ErrorController

      public ErrorController()
  • Method Details

    • getErrorPage

      @RequestMapping("/error/{errorCode}") public String getErrorPage(@PathVariable String errorCode, org.springframework.ui.Model model)
    • getErrorPage

      @RequestMapping("/error") public String getErrorPage(org.springframework.ui.Model model)