Class WebdavProxy
java.lang.Object
org.ametys.plugins.workspacessite.WebdavProxy
- All Implemented Interfaces:
BackOfficeRequestProxy
Handle webdav requests from and to backoffice.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleBackOfficeResponse
(Response response, org.apache.http.HttpResponse backOfficeResponse) Allow to modify the response, bases on the back-office response.void
prepareBackOfficeRequest
(Request request, HttpUriRequest backOfficeRequest) Allow to modify the back-office request being created.
-
Constructor Details
-
WebdavProxy
public WebdavProxy()
-
-
Method Details
-
prepareBackOfficeRequest
Description copied from interface:BackOfficeRequestProxy
Allow to modify the back-office request being created.- Specified by:
prepareBackOfficeRequest
in interfaceBackOfficeRequestProxy
- Parameters:
request
- the incoming request from the client.backOfficeRequest
- the back-office request being created.
-
handleBackOfficeResponse
public void handleBackOfficeResponse(Response response, org.apache.http.HttpResponse backOfficeResponse) Description copied from interface:BackOfficeRequestProxy
Allow to modify the response, bases on the back-office response.- Specified by:
handleBackOfficeResponse
in interfaceBackOfficeRequestProxy
- Parameters:
response
- the response being created.backOfficeResponse
- the back-office response.
-