gnu.kawa.servlet
Class KawaAutoHandler

java.lang.Object
  extended by gnu.kawa.servlet.KawaAutoHandler

public class KawaAutoHandler
extends java.lang.Object

The generic framework for auto-configuring web page scripts. This works using either a servlet (J2EE) engine, or using the HttpServer built in to JDK 6. The implementation borrows ideas from Apache Jakarta Tomcat Jasper.


Constructor Summary
KawaAutoHandler()
           
 
Method Summary
static java.lang.Object getModule(HttpRequestContext hctx, CallContext ctx, boolean saveClass)
           
static 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

KawaAutoHandler

public KawaAutoHandler()
Method Detail

run

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

getModule

public static java.lang.Object getModule(HttpRequestContext hctx,
                                         CallContext ctx,
                                         boolean saveClass)
                                  throws java.lang.Exception
Throws:
java.lang.Exception