Class XBErrorController

java.lang.Object
org.xbricks.heimdall.controllers.XBErrorController
All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController

@Controller public class XBErrorController extends Object implements org.springframework.boot.web.servlet.error.ErrorController
  • Constructor Details

  • Method Details

    • handleError

      @RequestMapping("/error") public String handleError(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)