lumis.doui.control.multifileupload
Class MultiFileUploadControllerHtml

Package class diagram package MultiFileUploadControllerHtml
java.lang.Object
  extended by lumis.portal.controller.ControllerHtml
      extended by lumis.doui.control.multifileupload.MultiFileUploadControllerHtml

public class MultiFileUploadControllerHtml
extends ControllerHtml

Controller HTML responsible to receive all requests for MultiFileUploadControl.

Since:
6.1.0

Field Summary
 
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
 
Constructor Summary
MultiFileUploadControllerHtml(HttpServletRequest request, HttpServletResponse response)
           
 
Method Summary
protected  void checkForFileUpload(ITransaction transaction)
          Checks for upload.
 void handleRequest()
          Handles the request
 
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiFileUploadControllerHtml

public MultiFileUploadControllerHtml(HttpServletRequest request,
                                     HttpServletResponse response)
                              throws ControllerException,
                                     PortalException
Throws:
ControllerException
PortalException
Method Detail

handleRequest

public void handleRequest()
                   throws PortalException
Handles the request

Throws:
PortalException
Since:
6.1.0

checkForFileUpload

protected void checkForFileUpload(ITransaction transaction)
                           throws PortalException
Checks for upload.

Parameters:
transaction - the transaction to be used.
Throws:
PortalException
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.