com.x8ing.mc.web
Class HistogramImageServlet

java.lang.Object
  extended by HttpServlet
      extended by com.x8ing.mc.web.HistogramImageServlet

public class HistogramImageServlet
extends HttpServlet

Servlet for executing the MonteCarlo simulation process.

Author:
Patrick Heusser

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

Constructor Detail

HistogramImageServlet

public HistogramImageServlet()
Method Detail

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