edu.internet2.middleware.grouper.ui
Class ErrorFilter
java.lang.Object
edu.internet2.middleware.grouper.ui.ErrorFilter
- All Implemented Interfaces:
- Filter
public class ErrorFilter
- extends Object
- implements Filter
This should be the first filter. It is responsible for catching errors
in any other filter. it also does some UIThreadLocal setup
*
- Version:
- $Id: ErrorFilter.java,v 1.5 2009-10-11 07:32:24 mchyzer Exp $
- Author:
- Gary Brown.
ErrorFilter
public ErrorFilter()
- Constructor
init
public void init(FilterConfig config)
throws ServletException
- Specified by:
init
in interface Filter
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest req,
ServletResponse res,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter
in interface Filter
- Throws:
IOException
ServletException
initNDC
public static void initNDC(HttpServletRequest request)
destroy
public void destroy()
- Specified by:
destroy
in interface Filter