|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.harness.webclient.Uploader
public class Uploader
This is a controller class.
Constructor Summary | |
---|---|
Uploader()
|
Method Summary | |
---|---|
String |
checkRuns(HttpServletRequest request,
HttpServletResponse response)
Checks the existence of the runs on the repository. |
void |
updateRunDesc(HttpServletRequest req,
HttpServletResponse resp)
Updates the run description. |
void |
updateTagsFile(HttpServletRequest req,
HttpServletResponse resp)
Updates the tags file. |
String |
uploadRuns(HttpServletRequest request,
HttpServletResponse response)
Responsible for uploading the runs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Uploader()
Method Detail |
---|
public String checkRuns(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
request
- response
-
IOException
ServletException
public void updateTagsFile(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
-
IOException
public void updateRunDesc(HttpServletRequest req, HttpServletResponse resp) throws IOException
req
- resp
-
IOException
public String uploadRuns(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException, ClassNotFoundException
request
- response
-
IOException
ServletException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |