gnu.kawa.echo2
Class Echo2Servlet
java.lang.Object
WebContainerServlet
gnu.kawa.echo2.Echo2Servlet
public class Echo2Servlet
- extends WebContainerServlet
Constructor Summary |
Echo2Servlet(java.lang.String name,
java.lang.Class modClass)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Echo2Servlet
public Echo2Servlet(java.lang.String name,
java.lang.Class modClass)
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(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
destroy
public void destroy()