Package org.ametys.core.ui.dispatcher
Interface DispatchRequestProcess
- All Known Implementing Classes:
 CacheDispatchRequestProcess,JCRSessionDispatchRequestProcess
public interface DispatchRequestProcess
This is a process before or after a request in the dispatch generator
- 
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(Request request) Process the requestvoidpreProcess(Request request) Pre process the request, before it is handled by the dispatch generator 
- 
Method Details
- 
preProcess
Pre process the request, before it is handled by the dispatch generator- Parameters:
 request- The request to process
 - 
postProcess
Process the request- Parameters:
 request- The request to process
 
 -