Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.web.common.exceptionhandling
Class NuxeoExceptionFilter

java.lang.Object
  extended by org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionFilter
All Implemented Interfaces:
Filter

public class NuxeoExceptionFilter
extends Object
implements Filter


Field Summary
static String EXCEPTION_FILTER_ATTRIBUTE
          Deprecated. use NuxeoExceptionHandler.EXCEPTION_HANDLER_MARKER
 
Constructor Summary
NuxeoExceptionFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEPTION_FILTER_ATTRIBUTE

@Deprecated
public static final String EXCEPTION_FILTER_ATTRIBUTE
Deprecated. use NuxeoExceptionHandler.EXCEPTION_HANDLER_MARKER
See Also:
Constant Field Values
Constructor Detail

NuxeoExceptionFilter

public NuxeoExceptionFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.