Uses of Interface
org.dspace.services.model.RequestInterceptor

Packages that use RequestInterceptor
org.dspace.services Core DSpace service definitions. 
 

Uses of RequestInterceptor in org.dspace.services
 

Methods in org.dspace.services with parameters of type RequestInterceptor
 void RequestService.registerRequestInterceptor(RequestInterceptor interceptor)
          Allows developers to perform actions on the start and end of the request cycle, if you decide you do not need to use your interceptor anymore then simply destroy it (dereference it) and the service will stop calling it, along those lines you should not register an interceptor that you do not keep a reference to (like an inline class or registerRequestListener(new YourInterceptor())) as this will be destroyed immediately, this registration is ClassLoader safe
 



Copyright © Monday, September 1, 2008-2010 The DSpace Foundation. All Rights Reserved.