public class DownloadItem extends Servlet
Servlet.ThisPage
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Added to satisfy serializable interface.
|
Constructor and Description |
---|
DownloadItem() |
Modifier and Type | Method and Description |
---|---|
protected void |
processor(Servlet.ThisPage thisPage)
This method retrieves the item to be downloaded.
|
void |
service(HttpServletRequest req,
HttpServletResponse res)
This method is called by the application server to service
the HTTP transaction.
|
buildDate, buildDate, buildEscapeDate, buildEscapeDate, buildEscapeDate, buildEscapeDate, buildEscapeDate, ender, getConfig, getString, getTextareaValue, getTextValue, init, innerTest, loadChar, loadVarchar, main, matchValues, parseEscapeDate, setDateRange, starter
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
private static final long serialVersionUID
public DownloadItem()
protected void processor(Servlet.ThisPage thisPage) throws IOException
This method will be overridden to produce meaningful classes.
processor
in class Servlet
thisPage
- Object containing information on this HTTP transactionIOException
public void service(HttpServletRequest req, HttpServletResponse res) throws IOException
service
in class Servlet
req
- HTTP request objectres
- HTTP response objectIOException
Servlet.starter(ThisPage)
,
Servlet.processor(ThisPage)
,
Servlet.ender(ThisPage)