public abstract class AbstractErrorController extends Object implements ErrorController
Controller
implementations.ErrorAttributes
Constructor and Description |
---|
AbstractErrorController(ErrorAttributes errorAttributes) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getErrorAttributes(HttpServletRequest request,
boolean includeStackTrace) |
protected HttpStatus |
getStatus(HttpServletRequest request) |
protected boolean |
getTraceParameter(HttpServletRequest request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorPath
public AbstractErrorController(ErrorAttributes errorAttributes)
protected Map<String,Object> getErrorAttributes(HttpServletRequest request, boolean includeStackTrace)
protected boolean getTraceParameter(HttpServletRequest request)
protected HttpStatus getStatus(HttpServletRequest request)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.