public class ServletErrorPageManager extends Object
| 构造器和说明 |
|---|
ServletErrorPageManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(ServletErrorPage errorPage) |
ServletErrorPage |
find(int statusCode) |
ServletErrorPage |
find(Throwable exceptionType) |
void |
handleErrorPage(ServletErrorPage errorPage,
Throwable throwable,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Handle error page
|
void |
remove(ServletErrorPage errorPage) |
public void add(ServletErrorPage errorPage)
public void remove(ServletErrorPage errorPage)
public ServletErrorPage find(int statusCode)
public ServletErrorPage find(Throwable exceptionType)
public void handleErrorPage(ServletErrorPage errorPage, Throwable throwable, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
errorPage - errorPagethrowable - throwablehttpServletRequest - httpServletRequesthttpServletResponse - httpServletResponseCopyright © 2020. All rights reserved.