Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.download
Class DownloadServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.nuxeo.ecm.platform.ui.web.download.DownloadServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class DownloadServlet
extends javax.servlet.http.HttpServlet

Simple download servlet used for big files that can not be downloaded from within the JSF context (because of buffered ResponseWrapper).

Author:
tiry
See Also:
Serialized Form

Field Summary
static Log log
           
 
Constructor Summary
DownloadServlet()
           
 
Method Summary
 void handleClientDisconnect(java.io.IOException ioe)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Log log
Constructor Detail

DownloadServlet

public DownloadServlet()
Method Detail

handleClientDisconnect

public void handleClientDisconnect(java.io.IOException ioe)
                            throws java.io.IOException
Throws:
java.io.IOException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.