程序包 | 说明 |
---|---|
org.opencms.webdav |
Provides a WebDAV access to OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.ArrayList<CmsWebdavRange> |
CmsWebdavServlet.parseRange(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
I_CmsRepositoryItem item)
Parse the range header.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
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).
|