Package | Description |
---|---|
bradleyross.j2ee.servlets |
Demonstration servlets.
|
Modifier and Type | Method and Description |
---|---|
void |
Servlet.ender(Servlet.ThisPage thisPage)
Processing after calling processor method.
|
protected abstract void |
Servlet.processor(Servlet.ThisPage thisPage)
Class specific processing for this class.
|
protected void |
EchoBack.processor(Servlet.ThisPage thisPage) |
protected void |
DownloadItem.processor(Servlet.ThisPage thisPage)
This method retrieves the item to be downloaded.
|
protected void |
Servlet.setDateRange(Servlet.ThisPage instance)
Obtain date range from HTTP request.
|
void |
Servlet.starter(Servlet.ThisPage thisPage)
Processing before calling processor method.
|