com.xefer.rebel
Class ErrorHandlerFilter
java.lang.Object
|
+--com.xefer.rebel.ErrorHandlerFilter
- All Implemented Interfaces:
- Filter
- public class ErrorHandlerFilter
- extends Object
- implements Filter
Catches all Exceptions and reports them
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
config
private FilterConfig config
ErrorHandlerFilter
public ErrorHandlerFilter()
destroy
public void destroy()
- Specified by:
destroy
in interface Filter
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter
in interface Filter
init
public void init(FilterConfig config)
throws ServletException
- Specified by:
init
in interface Filter