org.jasig.portlet.test.mvc.tests
Class FileUploadController
java.lang.Object
org.jasig.portlet.test.mvc.tests.BasePortletTest
org.jasig.portlet.test.mvc.tests.FileUploadController
- All Implemented Interfaces:
- PortletTest, org.springframework.beans.factory.BeanNameAware
@Controller(value="fileUploadTest")
@RequestMapping(value={"VIEW","EDIT","HELP","ABOUT"},
params="currentTest=fileUploadTest")
public class FileUploadController- extends BasePortletTest
- Version:
- $Revision: 25482 $
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUploadController
public FileUploadController()
getTestName
public String getTestName()
viewFileUploadTest
@RenderMapping
public String viewFileUploadTest(javax.portlet.PortletSession portletSession,
org.springframework.ui.ModelMap model)
noopAction
@ActionMapping
public void noopAction()
simpleFileUpload
@ActionMapping(value="fileUploadAction")
public void simpleFileUpload(javax.portlet.PortletSession portletSession,
@RequestParam(value="file")
org.springframework.web.multipart.MultipartFile f)
throws IOException
- Throws:
IOException
Copyright © 2012 Jasig. All Rights Reserved.