Class MultiFileUploadCheckControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.doui.control.multifileupload.MultiFileUploadCheckControllerHtml
-
public class MultiFileUploadCheckControllerHtml extends ControllerHtml
Controller HTML to check if a file is uploaded before in the same path.- Since:
- 6.1.0
- Version:
- $Revision: 18555 $ $Date: 2016-03-21 11:38:12 -0300 (Mon, 21 Mar 2016) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description MultiFileUploadCheckControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest()
A handle for request.-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
MultiFileUploadCheckControllerHtml
public MultiFileUploadCheckControllerHtml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException, IOException
A handle for request.- Throws:
PortalException
IOException
- Since:
- 6.1.0
-
-