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, isCompleted
public ExportContextImpl(Resource resource, org.apache.jackrabbit.webdav.io.OutputContext outputCtx) throws IOException
IOException
public ExportContextImpl(Resource resource, org.apache.jackrabbit.webdav.io.OutputContext outputCtx, org.apache.jackrabbit.server.io.MimeResolver mimeResolver) throws IOException
IOException
public 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.IOContext
informCompleted
in class AbstractExportContext
Copyright © 2008-2014 Logical Objects. All Rights Reserved.