public class DownloadServlet extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description | 
|---|---|
static String | 
NXBIGFILE
Deprecated. 
 
since 7.4, use nxfile instead 
 | 
| Constructor and Description | 
|---|
DownloadServlet()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse resp)  | 
protected void | 
handleDownload(javax.servlet.http.HttpServletRequest req,
              javax.servlet.http.HttpServletResponse resp)  | 
protected void | 
handleDownloadTemporaryZip(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse resp,
                          String filePath)
Deprecated. 
 
since 9.1. It was defined for ClipboardActionsBean but it seems not to be used anymore. 
 | 
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service@Deprecated public static final String NXBIGFILE
public DownloadServlet()
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionprotected void handleDownload(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
IOException@Deprecated protected void handleDownloadTemporaryZip(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String filePath) throws IOException
IOExceptionCopyright © 2019 Nuxeo. All rights reserved.