Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.tx
Class TransactionFilter

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

public class TransactionFilter
extends HttpFilter

Filter using the SimpleLoginModule to authenticate a request.

Author:
Bogdan Stefanescu

Constructor Summary
TransactionFilter()
           
 
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

TransactionFilter

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