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 void
postProcess(Request request)
Process the requestvoid
preProcess(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: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
public void postProcess(Request request)
Description copied from interface:DispatchRequestProcess
Process the request- Specified by:
postProcess
in interfaceDispatchRequestProcess
- Parameters:
request
- The request to process
-
-