Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.webengine.jaxrs.context.RequestCleanupHandler

Packages that use RequestCleanupHandler
org.nuxeo.ecm.webengine.jaxrs.context   
org.nuxeo.ecm.webengine.session   
 

Uses of RequestCleanupHandler in org.nuxeo.ecm.webengine.jaxrs.context
 

Methods in org.nuxeo.ecm.webengine.jaxrs.context with parameters of type RequestCleanupHandler
 void RequestContext.addRequestCleanupHandler(RequestCleanupHandler handler)
           
 boolean RequestContext.removeCleanupHandler(RequestCleanupHandler handler)
           
 

Uses of RequestCleanupHandler in org.nuxeo.ecm.webengine.session
 

Methods in org.nuxeo.ecm.webengine.session with parameters of type RequestCleanupHandler
static void UserSession.addRequestCleanupHandler(HttpServletRequest request, RequestCleanupHandler handler)
          Register a cleanup handler that will be invoked when HTTP request terminate.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.