- DAVServlet - Class in org.dspace.app.dav
-
Servlet implementing WebDAV server for DSpace.
- DAVServlet() - Constructor for class org.dspace.app.dav.DAVServlet
-
- DAVStatusException - Exception in org.dspace.app.dav
-
Encapsulate the components of an HTTP status response, namely an integer code
and a text message.
- DAVStatusException(int, String) - Constructor for exception org.dspace.app.dav.DAVStatusException
-
Instantiates a new DAV status exception.
- DAVStatusException(int, String, Throwable) - Constructor for exception org.dspace.app.dav.DAVStatusException
-
Instantiates a new DAV status exception.
- decodeFromURL(String) - Static method in class org.dspace.app.dav.DAVServlet
-
Sugar-coating for URLDecoder.decode, used all over.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.dav.LNISoapServlet
-
Pass a GET request directly to the WebDAV implementation.
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.dav.DAVServlet
-
Handler for HTTP OPTIONS method.
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.dspace.app.dav.LNISoapServlet
-
Pass a PUT request directly to the WebDAV implementation.