Package org.apache.ofbiz.webapp.webdav
Interface RequestHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx) Method called by the the WebDAV servlet to handle a WebDAV request.
-
Method Details
-
handleRequest
void handleRequest(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx) throws ServletException, IOException Method called by the the WebDAV servlet to handle a WebDAV request.- Parameters:
req
- the HTTP request to handle which contains the delegator, dispatcher}, Security attributesresp
- the HTTP response to sendctx
- the context of the current servlet- Throws:
ServletException
- if servlet execution failedIOException
- if communication with the HTTP request/response buffers failed
-