Class JCRSessionDispatchRequestProcess
java.lang.Object
org.ametys.plugins.repository.dispatcher.JCRSessionDispatchRequestProcess
- All Implemented Interfaces:
 DispatchRequestProcess
Close the JCR Sessions.
- 
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 generator 
- 
Constructor Details
- 
JCRSessionDispatchRequestProcess
public JCRSessionDispatchRequestProcess() 
 - 
 - 
Method Details
- 
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
 
 -