All Examples  This Package

Class examples.htmlkona.DataSetToPage

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

public class DataSetToPage
extends HttpServlet
This servlet is produced from page data stored in and retrieved from a DBMS table.

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

Constructor Index

 o DataSetToPage()

Method Index

 o getForm(TableDataSet)
 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o DataSetToPage
 public DataSetToPage()

Methods

 o service
 public synchronized void service(HttpServletRequest req,
                                  HttpServletResponse res) throws IOException
Overrides:
service in class HttpServlet
 o getForm
 public static FormElement getForm(TableDataSet ds) throws Exception

All Examples  This Package