gnu.kawa.echo2
Class Echo2Servlet

java.lang.Object
  extended by WebContainerServlet
      extended by gnu.kawa.echo2.Echo2Servlet

public class Echo2Servlet
extends WebContainerServlet


Constructor Summary
Echo2Servlet(java.lang.String name, java.lang.Class modClass)
           
 
Method Summary
static void create(Echo2Window window)
           
 void destroy()
           
 Echo2Display getDisplay()
           
 java.lang.String getServletName()
           
 ApplicationInstance newApplicationInstance()
           
protected  void process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void setDisplay(Echo2Display display)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Echo2Servlet

public Echo2Servlet(java.lang.String name,
                    java.lang.Class modClass)
Method Detail

getDisplay

public Echo2Display getDisplay()

setDisplay

public void setDisplay(Echo2Display display)

create

public static void create(Echo2Window window)
                   throws javax.servlet.ServletException,
                          java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

getServletName

public java.lang.String getServletName()

newApplicationInstance

public ApplicationInstance newApplicationInstance()

process

protected void process(javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse res)
                throws javax.servlet.ServletException,
                       java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

destroy

public void destroy()