All Examples  This Package

Class examples.servlets.AppletServlet

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----examples.servlets.AppletServlet

public class AppletServlet
extends HttpServlet
This servlet returns an applet embeded in its response htmlKona page.


Constructor Index

 o AppletServlet()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o AppletServlet
 public AppletServlet()

Methods

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

All Examples  This Package