All Examples  This Package  

Class examples.htmlkona.AppletLoader

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

public class AppletLoader
extends HttpServlet
Demonstrates how to load an applet from a servlet.

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

Constructor Index

 o AppletLoader()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o AppletLoader
 public AppletLoader()

Methods

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

All Examples  This Package