org.molgenis.omx.importer
Class ImportWizardController
java.lang.Object
org.molgenis.framework.ui.MolgenisPlugin
org.molgenis.omx.importer.ImportWizardController
@Controller
@RequestMapping(value="/plugin/importwizard")
@SessionAttributes(value="wizard")
public class ImportWizardController
- extends MolgenisPlugin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URI
public static final String URI
- See Also:
- Constant Field Values
ImportWizardController
@Autowired
public ImportWizardController(Database database)
init
@RequestMapping
public String init(org.springframework.ui.Model model)
next
@RequestMapping(value="/next",
method=POST)
public String next(@ModelAttribute(value="wizard")
ImportWizard importWizard,
javax.servlet.http.HttpServletRequest request)
throws Exception
- Throws:
Exception
next
@RequestMapping(value="/previous")
public String next(@ModelAttribute(value="wizard")
ImportWizard importWizard)
Copyright © 2013. All Rights Reserved.