|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.kawa.servlet.KawaAutoHandler
public class 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 | |
|---|---|
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 |
|---|
public KawaAutoHandler()
| Method Detail |
|---|
public static void run(HttpRequestContext hctx,
CallContext ctx)
throws java.lang.Throwable
java.lang.Throwable
public static java.lang.Object getModule(HttpRequestContext hctx,
CallContext ctx,
boolean saveClass)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||