Class AdminBasicErrorController
java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
org.broadleafcommerce.openadmin.web.controller.AdminBasicErrorController
- All Implemented Interfaces:
org.springframework.boot.web.servlet.error.ErrorController
public class AdminBasicErrorController
extends org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAdminBasicErrorController
(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndView
errorHtml
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
error, getErrorAttributeOptions, getErrorProperties, isIncludeBindingErrors, isIncludeMessage, isIncludePath, isIncludeStackTrace, mediaTypeNotAcceptable
Methods inherited from class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
getBooleanParameter, getErrorAttributes, getErrorsParameter, getMessageParameter, getPathParameter, getStatus, getTraceParameter, resolveErrorView
-
Field Details
-
requestProcessor
@Autowired @Qualifier("blAdminRequestProcessor") protected BroadleafWebRequestProcessor requestProcessor
-
-
Constructor Details
-
AdminBasicErrorController
public AdminBasicErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties)
-
-
Method Details
-
errorHtml
@RequestMapping(produces="text/html") public org.springframework.web.servlet.ModelAndView errorHtml(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) - Overrides:
errorHtml
in classorg.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-