gnu.kawa.servlet

Class KawaPageServlet


public class KawaPageServlet
extends KawaServlet

The Kawa servlet interpreter This servlet is responsible for reading and interpeting Kawa language files using the QEXO GNU library. The implementation borrows ideas from Apache Jakarta Tomcat Jasper.

Method Summary

void
init(ServletConfig config)
void
run(CallContext ccontext)

Methods inherited from class gnu.kawa.servlet.KawaServlet

doGet, doPost, run

Method Details

init

public void init(ServletConfig config)
            throws ServletException

run

public void run(CallContext ccontext)
            throws Throwable
Overrides:
run in interface KawaServlet