public class Results extends Object
Constructor and Description |
---|
Results() |
Modifier and Type | Method and Description |
---|---|
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.
|
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