Package gnu.kawa.servlet
Class KawaAutoHandler
java.lang.Object
gnu.kawa.servlet.KawaAutoHandler
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
getModule
(HttpRequestContext hctx, CallContext ctx, boolean saveClass) static void
run
(HttpRequestContext hctx, CallContext ctx)
-
Constructor Details
-
KawaAutoHandler
public KawaAutoHandler()
-
-
Method Details
-
run
- Throws:
Throwable
-
getModule
public static Object getModule(HttpRequestContext hctx, CallContext ctx, boolean saveClass) throws Exception - Throws:
Exception
-