public interface WizardPage extends Serializable
| 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
|
String |
getTitle() |
String |
handleRequest(javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult result,
Wizard wizard)
Handles this wizard pages business logic.
|
String getTitle()
String getFreemarkerTemplateName()
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
Copyright © 2017. All rights reserved.