Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.session
Class SessionCleanupFilter

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

public class SessionCleanupFilter
extends HttpFilter

Author:
Bogdan Stefanescu

Field Summary
 String STATEFUL_KEY
           
 
Constructor Summary
SessionCleanupFilter()
           
 
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
 

Field Detail

STATEFUL_KEY

public final String STATEFUL_KEY
Constructor Detail

SessionCleanupFilter

public SessionCleanupFilter()
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.