All Examples  This Package

Class examples.htmlkona.SimpleFormWithJavascript

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

public class SimpleFormWithJavascript
extends HttpServlet
This servlet uses Javascript for client-side processing.

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

Constructor Index

 o SimpleFormWithJavascript()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o SimpleFormWithJavascript
 public SimpleFormWithJavascript()

Methods

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

All Examples  This Package