All Examples  This Package

Class examples.servlets.ReleaseFormServlet

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----weblogic.html.FormServlet
                           |
                           +----examples.servlets.ReleaseFormServlet

public class ReleaseFormServlet
extends FormServlet
This servlet demonstrates a simple htmlKona Form. This form uses a random access file to store the input.

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

Constructor Index

 o ReleaseFormServlet()

Method Index

 o sendResponse(ServletResponse, Hashtable)
Implements the sendResponse method in htmlKona's FormServlet.

Constructors

 o ReleaseFormServlet
 public ReleaseFormServlet()

Methods

 o sendResponse
 public synchronized void sendResponse(ServletResponse res,
                                       Hashtable tab) throws IOException
Implements the sendResponse method in htmlKona's FormServlet.


All Examples  This Package