se.kmr.scam.client.http
Class UploadController
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
se.kmr.scam.client.http.MainController
se.kmr.scam.client.http.UploadController
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public class UploadController
- extends MainController
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UploadController
public UploadController()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Description copied from class:
MainController
- Handles GET-requests from clients.
- Overrides:
doGet
in class MainController
- Parameters:
request
- holds information from clientresponse
- holds response information sent back to client
- Throws:
IOException
- thrown in case of exception in internal IO.
ServletException
- thrown in case internal exception.
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Description copied from class:
MainController
- Handles POST-requests from clients.
- Overrides:
doPost
in class MainController
- Parameters:
request
- holds information from clientresponse
- holds response information sent back to client
- Throws:
ServletException
- thrown in case internal exception.
IOException
- thrown in case of exception in internal IO.
Copyright © 2003 SCAM. All Rights Reserved.