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(javax.servlet.http.HttpServletRequest request,
boolean includeStackTrace) |
protected org.springframework.http.HttpStatus |
getStatus(javax.servlet.http.HttpServletRequest request) |
protected boolean |
getTraceParameter(javax.servlet.http.HttpServletRequest request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorPathpublic AbstractErrorController(ErrorAttributes errorAttributes)
protected Map<String,Object> getErrorAttributes(javax.servlet.http.HttpServletRequest request, boolean includeStackTrace)
protected boolean getTraceParameter(javax.servlet.http.HttpServletRequest request)
protected org.springframework.http.HttpStatus getStatus(javax.servlet.http.HttpServletRequest request)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.