gnu.kawa.servlet
Class KawaServlet

java.lang.Object
  extended by HttpServlet
      extended by gnu.kawa.servlet.KawaServlet
Direct Known Subclasses:
KawaPageServlet

public abstract class KawaServlet
extends HttpServlet

Generic HttpServlet wrapper that support the Kawa web page script APIs.


Nested Class Summary
static class KawaServlet.Context
           
 
Constructor Summary
KawaServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void run(CallContext ctx)
           
 void run(HttpRequestContext hctx, CallContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KawaServlet

public KawaServlet()
Method Detail

run

public void run(CallContext ctx)
         throws java.lang.Throwable
Throws:
java.lang.Throwable

run

public void run(HttpRequestContext hctx,
                CallContext ctx)
         throws java.lang.Throwable
Throws:
java.lang.Throwable

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   java.io.IOException
Throws:
ServletException
java.io.IOException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  java.io.IOException
Throws:
ServletException
java.io.IOException