Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.context
Class RequestContextFilter

java.lang.Object
  extended by org.nuxeo.ecm.webengine.jaxrs.HttpFilter
      extended by org.nuxeo.ecm.webengine.jaxrs.context.RequestContextFilter
All Implemented Interfaces:
Filter

public class RequestContextFilter
extends HttpFilter

Manage the context of the current HTTP request and made it available through a thread local variable to web components that are invoked inside the request.

Author:
Bogdan Stefanescu

Constructor Summary
RequestContextFilter()
           
 
Method Summary
 void destroy()
           
 void init(FilterConfig filterConfig)
           
 void run(HttpServletRequest request, HttpServletResponse response, FilterChain chain)
           
 
Methods inherited from class org.nuxeo.ecm.webengine.jaxrs.HttpFilter
doFilter, getBoolean
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContextFilter

public RequestContextFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

run

public void run(HttpServletRequest request,
                HttpServletResponse response,
                FilterChain chain)
         throws IOException,
                ServletException
Throws:
IOException
ServletException

destroy

public void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.