Class JCRSessionDispatchRequestProcess
- java.lang.Object
 - 
- org.ametys.plugins.repository.dispatcher.JCRSessionDispatchRequestProcess
 
 
- 
- All Implemented Interfaces:
 DispatchRequestProcess
public class JCRSessionDispatchRequestProcess extends Object implements DispatchRequestProcess
Close the JCR Sessions. 
- 
- 
Constructor Summary
Constructors Constructor Description JCRSessionDispatchRequestProcess() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcess(Request request)Process the requestvoidpreProcess(Request request)Pre process the request, before it is handled by the dispatch generator 
 - 
 
- 
- 
Constructor Detail
- 
JCRSessionDispatchRequestProcess
public JCRSessionDispatchRequestProcess()
 
 - 
 
- 
Method Detail
- 
preProcess
public void preProcess(Request request)
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
public void postProcess(Request request)
Description copied from interface:DispatchRequestProcessProcess the request- Specified by:
 postProcessin interfaceDispatchRequestProcess- Parameters:
 request- The request to process
 
 - 
 
 -