public class FileDownloadServlet extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_TYPE_ATTRIBUTE
The name of the attribute that stores the content type.
|
Constructor and Description |
---|
FileDownloadServlet() |
public static final String CONTENT_TYPE_ATTRIBUTE
public FileDownloadServlet()
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletException
IOException
HttpServlet
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletException
IOException
HttpServlet
Copyright © 2014 AndroMDA.org. All rights reserved.