se.kmr.scam.client.http
Class UploadController

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byse.kmr.scam.client.http.MainController
              extended byse.kmr.scam.client.http.UploadController
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class UploadController
extends MainController

See Also:
Serialized Form

Constructor Summary
UploadController()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Handles GET-requests from clients.
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Handles POST-requests from clients.
 
Methods inherited from class se.kmr.scam.client.http.MainController
init
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadController

public UploadController()
Method Detail

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 client
response - 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 client
response - 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.