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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(Request request) Process the requestvoidpreProcess(Request request) Pre process the request, before it is handled by the dispatch generatorvoidservice(ServiceManager manager)  
- 
Constructor Details
- 
CacheDispatchRequestProcess
public CacheDispatchRequestProcess() 
 - 
 - 
Method Details
- 
service
- Specified by:
 servicein interfaceServiceable- Throws:
 ServiceException
 - 
preProcess
Description copied from interface:DispatchRequestProcessPre process the request, before it is handled by the dispatch generator- Specified by:
 preProcessin interfaceDispatchRequestProcess- Parameters:
 request- The request to process
 - 
postProcess
Description copied from interface:DispatchRequestProcessProcess the request- Specified by:
 postProcessin interfaceDispatchRequestProcess- Parameters:
 request- The request to process
 
 -