Uses of Class
org.nuxeo.ecm.core.api.blobholder.DownloadContextBlobHolder
-
Packages that use DownloadContextBlobHolder Package Description org.nuxeo.ecm.webengine.model.io -
-
Uses of DownloadContextBlobHolder in org.nuxeo.ecm.webengine.model.io
Methods in org.nuxeo.ecm.webengine.model.io with parameters of type DownloadContextBlobHolder Modifier and Type Method Description long
DownloadContextBlobHolderWriter. getSize(DownloadContextBlobHolder blobHolder, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
void
DownloadContextBlobHolderWriter. writeTo(DownloadContextBlobHolder blobHolder, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
-