coreservlets
Class TechBooksPage
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--coreservlets.CatalogPage
|
+--coreservlets.TechBooksPage
- public class TechBooksPage
- extends CatalogPage
A specialization of the CatalogPage servlet that
displays a page selling two famous computer books.
Orders are sent to the OrderPage servlet.
Taken from Core Servlets and JavaServer Pages
from Prentice Hall and Sun Microsystems Press,
http://www.coreservlets.com/.
© 2000 Marty Hall; may be freely used or adapted.
- See Also:
- Serialized Form
|
Method Summary |
void |
init()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
TechBooksPage
public TechBooksPage()
init
public void init()
- Overrides:
- init in class GenericServlet
 |
|---|
| CSAJSP @ amazon.com |
|---|