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-99 by BEA WebXpress, Inc. All Rights Reserved.
-
InputWithForms()
-
-
getForm1(Hashtable)
-
-
getForm2()
-
InputWithForms
public InputWithForms()
getForm1
public FormElement getForm1(Hashtable cgivars)
getForm2
public FormElement getForm2()
All Examples This Package