org.boris.xlloop.http
Class FunctionServlet
java.lang.Object
HttpServlet
org.boris.xlloop.http.FunctionServlet
public class FunctionServlet
- extends HttpServlet
Method Summary |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp)
|
protected void |
doPost(HttpServletRequest req,
HttpServletResponse resp)
|
void |
init(ServletConfig config)
|
void |
setHandler(IFunctionHandler handler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionServlet
public FunctionServlet()
setHandler
public void setHandler(IFunctionHandler handler)
init
public void init(ServletConfig config)
throws ServletException
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException