public abstract class ExportRepresentation
extends org.restlet.resource.OutputRepresentation
DocumentPipe
using the facelet's output stream for the document
writer's output.
This abstract method must be subclassed to implement makePipe()
, makeDocumentReader(org.nuxeo.ecm.core.api.CoreSession, org.nuxeo.ecm.core.api.DocumentModel)
and
makeDocumentWriter(java.io.OutputStream)
.
Modifier and Type | Method and Description |
---|---|
void |
write(OutputStream outputStream) |
getText, isAvailable, isTransient, setAvailable, setTransient
getCharacterSet, getEncodings, getExpirationDate, getIdentifier, getLanguages, getMediaType, getModificationDate, getSize, getTag, setCharacterSet, setExpirationDate, setIdentifier, setIdentifier, setMediaType, setModificationDate, setSize, setTag
public void write(OutputStream outputStream) throws IOException
write
in class org.restlet.resource.OutputRepresentation
IOException
Copyright © 2015 Nuxeo SA. All rights reserved.