com.x8ing.mc.web
Class HistogramImageServlet
java.lang.Object
HttpServlet
com.x8ing.mc.web.HistogramImageServlet
public class HistogramImageServlet
- extends HttpServlet
Servlet for executing the MonteCarlo simulation process.
- Author:
- Patrick Heusser
Method Summary |
protected void |
doGet(HttpServletRequest arg0,
HttpServletResponse arg1)
|
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistogramImageServlet
public HistogramImageServlet()
doGet
protected void doGet(HttpServletRequest arg0,
HttpServletResponse arg1)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
by Patrick Heusser