public class ExportContextImpl extends AbstractExportContext
ExportContextImpl| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
completed| Constructor and Description |
|---|
ExportContextImpl(Resource resource,
org.apache.jackrabbit.webdav.io.OutputContext outputCtx) |
ExportContextImpl(Resource resource,
org.apache.jackrabbit.webdav.io.OutputContext outputCtx,
org.apache.jackrabbit.server.io.MimeResolver mimeResolver) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream() |
void |
informCompleted(boolean success) |
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) |
checkCompleted, getIOListener, getMimeResolver, getResource, hasStream, isCompletedpublic ExportContextImpl(Resource resource, org.apache.jackrabbit.webdav.io.OutputContext outputCtx) throws IOException
IOExceptionpublic ExportContextImpl(Resource resource, org.apache.jackrabbit.webdav.io.OutputContext outputCtx, org.apache.jackrabbit.server.io.MimeResolver mimeResolver) throws IOException
IOExceptionpublic OutputStream getOutputStream()
public void setContentLanguage(String contentLanguage)
public void setContentLength(long contentLength)
public void setCreationTime(long creationTime)
public void setModificationTime(long modificationTime)
public void setETag(String etag)
public void informCompleted(boolean success)
informCompleted in interface org.apache.jackrabbit.server.io.IOContextinformCompleted in class AbstractExportContextCopyright © 2008-2014 Logical Objects. All Rights Reserved.