Package gnu.kawa.servlet
Class KawaAutoHandler
- java.lang.Object
-
- gnu.kawa.servlet.KawaAutoHandler
-
public class KawaAutoHandler extends java.lang.ObjectThe 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 java.lang.ObjectgetModule(HttpRequestContext hctx, CallContext ctx, boolean saveClass)static voidrun(HttpRequestContext hctx, CallContext ctx)
-
-
-
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
-
-