public abstract class KawaServlet
extends HttpServlet
Modifier and Type | Class and Description |
---|---|
static class |
KawaServlet.Context |
Constructor and Description |
---|
KawaServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
run(CallContext ctx) |
void |
run(HttpRequestContext hctx,
CallContext ctx) |
public void run(CallContext ctx) throws java.lang.Throwable
java.lang.Throwable
public void run(HttpRequestContext hctx, CallContext ctx) throws java.lang.Throwable
java.lang.Throwable
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException