Package com.logicaldoc.webdav.context
Class ExportContextImpl
java.lang.Object
com.logicaldoc.webdav.context.AbstractExportContext
com.logicaldoc.webdav.context.ExportContextImpl
- All Implemented Interfaces:
- ExportContext,- org.apache.jackrabbit.server.io.IOContext
For more informations, please visit
 
ExportContextImpl- Author:
- Sebastian Wenzky
- 
Constructor SummaryConstructorsConstructorDescriptionExportContextImpl(Resource resource, org.apache.jackrabbit.webdav.io.OutputContext outputCtx) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidinformCompleted(boolean success) voidsetContentLanguage(String contentLanguage) voidsetContentLength(long contentLength) voidsetContentType(String mimeType, String encoding) voidsetCreationTime(long creationTime) voidvoidsetModificationTime(long modificationTime) voidsetProperty(Object propertyName, Object propertyValue) Methods inherited from class com.logicaldoc.webdav.context.AbstractExportContextgetIOListener, getResource, hasStream, isCompleted
- 
Constructor Details- 
ExportContextImplpublic ExportContextImpl(Resource resource, org.apache.jackrabbit.webdav.io.OutputContext outputCtx) throws IOException - Throws:
- IOException
 
 
- 
- 
Method Details- 
getOutputStream
- 
setContentLanguage
- 
setContentLengthpublic void setContentLength(long contentLength) 
- 
setContentType
- 
setCreationTimepublic void setCreationTime(long creationTime) 
- 
setModificationTimepublic void setModificationTime(long modificationTime) 
- 
setETag
- 
setProperty
- 
informCompletedpublic void informCompleted(boolean success) - Specified by:
- informCompletedin interface- org.apache.jackrabbit.server.io.IOContext
- Overrides:
- informCompletedin class- AbstractExportContext
 
 
-