|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
de.fh_mannheim.mm.dms.webengine.AbstractServlet
de.fh_mannheim.mm.dms.webengine.DownloadServlet
Web interface for downloading files.
| Constructor Summary | |
DownloadServlet()
|
|
| Method Summary | |
void |
doBoth(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by GET or POST request. |
| Methods inherited from class de.fh_mannheim.mm.dms.webengine.AbstractServlet |
doGet, doPost, produceReport, produceReport |
| 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 |
| Constructor Detail |
public DownloadServlet()
| Method Detail |
public void doBoth(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
request - The servlet request we are processingresponse - The servlet response we are producing
java.io.IOException - if an input/output error occurs
ServletException - if a servlet error occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||