gnu.kawa.servlet
Class KawaPageServlet

java.lang.Object
  extended by HttpServlet
      extended by gnu.kawa.servlet.KawaServlet
          extended by gnu.kawa.servlet.KawaPageServlet

public class KawaPageServlet
extends KawaServlet

Handle auto-configuring web page scripts using a servlet engine. This is a wrapper that forwards to KawaAutoHandler.


Nested Class Summary
 
Nested classes/interfaces inherited from class gnu.kawa.servlet.KawaServlet
KawaServlet.Context
 
Constructor Summary
KawaPageServlet()
           
 
Method Summary
 void init(ServletConfig config)
           
 void run(HttpRequestContext hctx, CallContext ctx)
           
 
Methods inherited from class gnu.kawa.servlet.KawaServlet
doGet, doPost, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KawaPageServlet

public KawaPageServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

run

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