|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.harness.webclient.Results
public class Results
Controller handling actions from the result list screen.
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 |
---|
public Results()
Method Detail |
---|
public String addEditTarget(HttpServletRequest req, HttpServletResponse resp) throws IOException, Exception
req
- resp
-
IOException
Exception
public String list(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
-
IOException
public String targetlist(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
-
IOException
public void feed(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
-
IOException
public String getRunInfo(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
-
IOException
public void location(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
-
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |