Package gnu.kawa.servlet
Class KawaAutoHandler
- java.lang.Object
-
- gnu.kawa.servlet.KawaAutoHandler
-
public class KawaAutoHandler extends 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
Constructors Constructor Description KawaAutoHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
getModule(HttpRequestContext hctx, CallContext ctx, boolean saveClass)
static void
run(HttpRequestContext hctx, CallContext ctx)
-
-
-
Method Detail
-
run
public static void run(HttpRequestContext hctx, CallContext ctx) throws Throwable
- Throws:
Throwable
-
getModule
public static Object getModule(HttpRequestContext hctx, CallContext ctx, boolean saveClass) throws Exception
- Throws:
Exception
-
-