Package org.nuxeo.ecm.webengine.model.io
package org.nuxeo.ecm.webengine.model.io
-
ClassesClassDescriptionWriter for a
DocumentBlobHolder
, keeping the context of the current document, which allows for later filtering by theDownloadService
.Writer for aDownloadContextBlobHolder
, keeping the original document context, which allows for later filtering on document permissions by theDownloadService
.text/plain is needed otherwise resteasy will use its default text plain (@see DefaultTextPlain) writer to write text/plain objects and the file is not written correctly.MultivaluedMap
can be used as parameter type of Jakarta RS method to retrieve the Form sent through the request body, but as soon as one callsServletRequest.getParameter(String)
or other similar APIs, the request body is lost and Jersey/Jakarta RS doesn't read anything.