com.sun.faban.harness.webclient
Class Results

java.lang.Object
  extended by com.sun.faban.harness.webclient.Results

public class Results
extends Object

Controller handling actions from the result list screen.

Author:
akara

Constructor Summary
Results()
           
 
Method Summary
 String addEditTarget(HttpServletRequest req, HttpServletResponse resp)
          Add/Edit the target to target.xml file
 void feed(HttpServletRequest req, HttpServletResponse resp)
          Obtains the feed list.
 String getRunInfo(HttpServletRequest req, HttpServletResponse resp)
          Obtains the run information.
 String list(HttpServletRequest req, HttpServletResponse resp)
          Obtains the resultlist table.
 void location(HttpServletRequest req, HttpServletResponse resp)
          .
 String targetlist(HttpServletRequest req, HttpServletResponse resp)
          Obtains the targetlist table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Results

public Results()
Method Detail

addEditTarget

public String addEditTarget(HttpServletRequest req,
                            HttpServletResponse resp)
                     throws IOException,
                            Exception
Add/Edit the target to target.xml file

Parameters:
req -
resp -
Returns:
String
Throws:
IOException
Exception

list

public String list(HttpServletRequest req,
                   HttpServletResponse resp)
            throws IOException
Obtains the resultlist table.

Parameters:
req -
resp -
Returns:
String
Throws:
IOException

targetlist

public String targetlist(HttpServletRequest req,
                         HttpServletResponse resp)
                  throws IOException
Obtains the targetlist table.

Parameters:
req -
resp -
Returns:
String
Throws:
IOException

feed

public void feed(HttpServletRequest req,
                 HttpServletResponse resp)
          throws IOException
Obtains the feed list.

Parameters:
req -
resp -
Throws:
IOException

getRunInfo

public String getRunInfo(HttpServletRequest req,
                         HttpServletResponse resp)
                  throws IOException
Obtains the run information.

Parameters:
req -
resp -
Returns:
String
Throws:
IOException

location

public void location(HttpServletRequest req,
                     HttpServletResponse resp)
              throws IOException
.

Parameters:
req -
resp -
Throws:
IOException