Class SplibErrorController

java.lang.Object
jp.ecuacion.splib.web.controller.SplibErrorController
All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController

@Controller @RequestMapping("/public/error") public class SplibErrorController extends Object implements org.springframework.boot.web.servlet.error.ErrorController
  • Constructor Details

    • SplibErrorController

      public SplibErrorController()
  • Method Details

    • errorHtml

      @RequestMapping(produces="text/html", method={POST,GET}) public org.springframework.web.servlet.ModelAndView errorHtml(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.ui.Model model)