org.jboss.dtf.testframework.dtfweb
Class GenerateSelections

java.lang.Object
  extended by HttpServlet
      extended by org.jboss.dtf.testframework.dtfweb.GenerateSelections

public class GenerateSelections
extends HttpServlet

Generate the test selections from the given test definitions. The OS's to be selected are passed in a parameter. testdefs=http://xxxxxxx productname=ArjunaJTS oslist=CYGWIN_NT-5.0,Linux,SunOS


Constructor Summary
GenerateSelections()
           
 
Method Summary
protected  void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateSelections

public GenerateSelections()
Method Detail

doGet

protected void doGet(HttpServletRequest httpServletRequest,
                     HttpServletResponse httpServletResponse)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException