All Examples  This Package

Class examples.htmlkona.SimplePage

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

public class SimplePage
extends HttpServlet
This servlet illustrates how to build elements with htmlKona that appear on an HTML page.

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

Constructor Index

 o SimplePage()

Method Index

 o getDefaultPage()
 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o SimplePage
 public SimplePage()

Methods

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

All Examples  This Package