Package org.xbricks.heimdall.controllers
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionhandleError
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
XBErrorController
-
-
Method Details
-
handleError
@RequestMapping("/error") public String handleError(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-