Class WebDavHttpMethodDispatcher
java.lang.Object
org.exoplatform.documents.webdav.service.WebDavHttpMethodDispatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG
protected static final org.exoplatform.services.log.Log LOG
-
-
Constructor Details
-
WebDavHttpMethodDispatcher
public WebDavHttpMethodDispatcher()
-
-
Method Details
-
init
@PostConstruct protected void init() -
handle
public void handle(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) Handles All WebDav Requests. A main operations which will dispatch the request into the adequateWebDavHttpMethodPlugin- Parameters:
httpRequest-HttpServletRequesthttpResponse-HttpServletResponse
-