All Examples  This Package

Class examples.htmlkona.DisplayByKeyDef

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----examples.htmlkona.DisplayByKeyDef

public class DisplayByKeyDef
extends HttpServlet
This servlet uses a dbKona KeyDef to update and delete records in a database. The page display is generated by htmlKona.

Author:
Copyright (c) 1996-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o DisplayByKeyDef()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o DisplayByKeyDef
 public DisplayByKeyDef()

Methods

 o service
 public synchronized void service(HttpServletRequest req,
                                  HttpServletResponse res) throws IOException
Overrides:
service in class HttpServlet

All Examples  This Package