gnu.kawa.servlet
Class KawaServlet
java.lang.Object
HttpServlet
gnu.kawa.servlet.KawaServlet
- Direct Known Subclasses:
- KawaPageServlet
public abstract class KawaServlet
- extends HttpServlet
Generic HttpServlet wrapper that support the Kawa web page script APIs.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KawaServlet
public KawaServlet()
run
public void run(CallContext ctx)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
run
public void run(HttpRequestContext hctx,
CallContext ctx)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException