Class MultiFileUploadControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.doui.control.multifileupload.MultiFileUploadControllerHtml
-
public class MultiFileUploadControllerHtml extends ControllerHtml
Controller HTML responsible to receive all requests for MultiFileUploadControl.- Since:
- 6.1.0
- Version:
- $Revision: 20792 $ $Date: 2017-11-27 13:14:44 -0200 (Mon, 27 Nov 2017) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description MultiFileUploadControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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
-
-