Package org.eclipse.jetty.server.handler
Interface ErrorHandler.ErrorPageMapper
- 
- All Known Implementing Classes:
 ErrorPageErrorHandler
- Enclosing class:
 - ErrorHandler
 
@Deprecated(since="2021-05-27") public static interface ErrorHandler.ErrorPageMapperDeprecated. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetErrorPage(HttpServletRequest request)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getErrorPage
java.lang.String getErrorPage(HttpServletRequest request)
Deprecated. 
 - 
 
 -