Class 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 Detail

      • KawaAutoHandler

        public KawaAutoHandler()
    • Method Detail

      • getModule

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