coreservlets
Class KidsBooksPage
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--coreservlets.CatalogPage
|
+--coreservlets.KidsBooksPage
- public class KidsBooksPage
- extends CatalogPage
A specialization of the CatalogPage servlet that
displays a page selling three famous kids-book series.
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 |
KidsBooksPage
public KidsBooksPage()
init
public void init()
- Overrides:
- init in class GenericServlet
 |
|---|
| CSAJSP @ amazon.com |
|---|