org.boris.xlloop.http
Class FunctionServlet

java.lang.Object
  extended by HttpServlet
      extended by org.boris.xlloop.http.FunctionServlet

public class FunctionServlet
extends HttpServlet


Constructor Summary
FunctionServlet()
           
 
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
 

Constructor Detail

FunctionServlet

public FunctionServlet()
Method Detail

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