public abstract class AbstractWizardPage extends Object implements WizardPage
The freemarker template name is the name simple name of the concrete wizard page class appended with '.ftl'
| Constructor and Description |
|---|
AbstractWizardPage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFreemarkerTemplateName()
Name of the freemarker template (including the ftl) that holds the piece of html for this wizard page that is
pasted into the wizard html template
|
abstract String |
getTitle() |
abstract String |
handleRequest(javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult result,
Wizard wizard)
Handles this wizard pages business logic.
|
public abstract String getTitle()
getTitle in interface WizardPagepublic String getFreemarkerTemplateName()
getFreemarkerTemplateName in interface WizardPagepublic abstract String handleRequest(javax.servlet.http.HttpServletRequest request, org.springframework.validation.BindingResult result, Wizard wizard)
If you have an error add it to the BindingResult
Returns the successmessage, if you don't have a successmessage return null
handleRequest in interface WizardPageCopyright © 2017. All rights reserved.