All Examples  This Package

Class examples.htmlkona.InteractiveQuery

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

public class InteractiveQuery
extends HttpServlet
This servlet shows how to create an HTML page that can be used interactively to take input from a client and then structure a query with it.

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

Constructor Index

 o InteractiveQuery()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o InteractiveQuery
 public InteractiveQuery()

Methods

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

All Examples  This Package