Nuxeo Enterprise Platform 5.4

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:
javax.servlet.Filter

public class NuxeoExceptionFilter
extends java.lang.Object
implements javax.servlet.Filter


Field Summary
static java.lang.String EXCEPTION_FILTER_ATTRIBUTE
          Deprecated. use NuxeoExceptionHandler.EXCEPTION_HANDLER_MARKER
 
Constructor Summary
NuxeoExceptionFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.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 java.lang.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(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

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

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.