Package org.ametys.core.cache
Class CacheDispatchRequestProcess
java.lang.Object
org.ametys.core.cache.CacheDispatchRequestProcess
- All Implemented Interfaces:
DispatchRequestProcess
,Serviceable
public class CacheDispatchRequestProcess
extends Object
implements DispatchRequestProcess, Serviceable
Handle cache stats during dispatch
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcess
(Request request) Process the requestvoid
preProcess
(Request request) Pre process the request, before it is handled by the dispatch generatorvoid
service
(ServiceManager manager)
-
Constructor Details
-
CacheDispatchRequestProcess
public CacheDispatchRequestProcess()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
preProcess
Description copied from interface:DispatchRequestProcess
Pre process the request, before it is handled by the dispatch generator- Specified by:
preProcess
in interfaceDispatchRequestProcess
- Parameters:
request
- The request to process
-
postProcess
Description copied from interface:DispatchRequestProcess
Process the request- Specified by:
postProcess
in interfaceDispatchRequestProcess
- Parameters:
request
- The request to process
-