@Component public class UploadWizardPage extends AbstractWizardPage
| Constructor and Description |
|---|
UploadWizardPage(ImportServiceFactory importServiceFactory,
FileRepositoryCollectionFactory fileRepositoryCollectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
String |
handleRequest(javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult result,
Wizard wizard)
Handles this wizard pages business logic.
|
getFreemarkerTemplateNamepublic UploadWizardPage(ImportServiceFactory importServiceFactory, FileRepositoryCollectionFactory fileRepositoryCollectionFactory)
public String getTitle()
getTitle in interface WizardPagegetTitle in class AbstractWizardPagepublic String handleRequest(javax.servlet.http.HttpServletRequest request, org.springframework.validation.BindingResult result, Wizard wizard)
AbstractWizardPageIf you have an error add it to the BindingResult
Returns the successmessage, if you don't have a successmessage return null
handleRequest in interface WizardPagehandleRequest in class AbstractWizardPageCopyright © 2017. All rights reserved.