All Examples  This Package

Class examples.htmlkona.InputWithForms

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

public class InputWithForms
extends HttpServlet
This servlet uses htmlKona forms to collect user input.

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

Constructor Index

 o InputWithForms()

Method Index

 o getForm1(Hashtable)
 o getForm2()

Constructors

 o InputWithForms
 public InputWithForms()

Methods

 o getForm1
 public FormElement getForm1(Hashtable cgivars)
 o getForm2
 public FormElement getForm2()

All Examples  This Package