public class AdminBasicErrorController
extends org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
| Modifier and Type | Field and Description |
|---|---|
protected BroadleafWebRequestProcessor |
requestProcessor |
| Constructor and Description |
|---|
AdminBasicErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
errorHtml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
error, getErrorAttributeOptions, getErrorProperties, isIncludeBindingErrors, isIncludeMessage, isIncludeStackTrace, mediaTypeNotAcceptable@Autowired @Qualifier(value="blAdminRequestProcessor") protected BroadleafWebRequestProcessor requestProcessor
public AdminBasicErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.ErrorProperties errorProperties)
@RequestMapping(produces="text/html")
public org.springframework.web.servlet.ModelAndView errorHtml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
errorHtml in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorControllerCopyright © 2024. All rights reserved.