All Examples  This Package

Class examples.htmlkona.ImageMap

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

public class ImageMap
extends HttpServlet
This servlet demonstrates how to create image maps with htmlKona.

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

Constructor Index

 o ImageMap()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o ImageMap
 public ImageMap()

Methods

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

All Examples  This Package