| Package | Description |
|---|---|
| org.opencms.webdav |
Provides a WebDAV access to OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList<CmsWebdavRange> |
CmsWebdavServlet.parseRange(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
I_CmsRepositoryItem item)
Parse the range header.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsWebdavServlet.copy(I_CmsRepositoryItem item,
java.io.PrintWriter writer,
CmsWebdavRange range)
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
|
protected void |
CmsWebdavServlet.copy(I_CmsRepositoryItem item,
javax.servlet.ServletOutputStream ostream,
CmsWebdavRange range)
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
|
protected java.io.File |
CmsWebdavServlet.executePartialPut(javax.servlet.http.HttpServletRequest req,
CmsWebdavRange range,
java.lang.String path)
Handle a partial PUT.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsWebdavServlet.copy(I_CmsRepositoryItem item,
java.io.PrintWriter writer,
java.util.Iterator<CmsWebdavRange> ranges,
java.lang.String contentType)
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
|
protected void |
CmsWebdavServlet.copy(I_CmsRepositoryItem item,
javax.servlet.ServletOutputStream ostream,
java.util.Iterator<CmsWebdavRange> ranges,
java.lang.String contentType)
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
|