Class MultipartRequestWrapper
- java.lang.Object
-
- com.aquima.web.components.fileupload.controller.MultipartRequestWrapper
-
public final class MultipartRequestWrapper extends Object
Utility class to extract files from a http request At the end of each request the cleanUp() method must be called in order to remove any temporary files associated with the multipart request- Author:
- N. van Noorloos, m.mahabiersing
-
-
Constructor Summary
Constructors Constructor Description MultipartRequestWrapper(javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IFileDefinition>
getFiles()
PageEvent
getPageEvent()
-
-
-
Method Detail
-
getFiles
public List<IFileDefinition> getFiles()
-
getPageEvent
public PageEvent getPageEvent()
-
-