Package com.logicaldoc.webdav.context
Interface ExportContext
-
- All Superinterfaces:
org.apache.jackrabbit.server.io.IOContext
- All Known Implementing Classes:
AbstractExportContext
,ExportContextImpl
public interface ExportContext extends org.apache.jackrabbit.server.io.IOContext
For more informations, please visitExportContext
- Author:
- Sebastian Wenzky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStream
getOutputStream()
Resource
getResource()
void
setContentLanguage(String contentLanguage)
void
setContentLength(long contentLength)
void
setContentType(String mimeType, String encoding)
void
setCreationTime(long creationTime)
void
setETag(String etag)
void
setModificationTime(long modificationTime)
void
setProperty(Object propertyName, Object propertyValue)
-
-
-
Method Detail
-
getResource
Resource getResource()
-
getOutputStream
OutputStream getOutputStream()
-
setContentLanguage
void setContentLanguage(String contentLanguage)
-
setContentLength
void setContentLength(long contentLength)
-
setCreationTime
void setCreationTime(long creationTime)
-
setModificationTime
void setModificationTime(long modificationTime)
-
setETag
void setETag(String etag)
-
-