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