All Examples  This Package

Class examples.htmlkona.SimpleFrame

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

public class SimpleFrame
extends HttpServlet
This servlet shows how to use htmlKona Frames.

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

Constructor Index

 o SimpleFrame()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o SimpleFrame
 public SimpleFrame()

Methods

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

All Examples  This Package