public abstract class AbstractB2BRegistrationController
extends AbstractLoginPageController
| Constructor and Description |
|---|
AbstractB2BRegistrationController() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountryData> |
getCountries()
Spring MVC Model attribute that holds the list of countries used to populate the "Country" dropdown.
|
protected java.lang.String |
getDefaultRegistrationPage(Model model,
ContentPageModel contentPageModel)
Calls the implementation of both other methods declared above and adds the required registration form to the
model.
|
protected abstract java.lang.String |
getRegistrationCmsPage()
Return the name of the cms page to be used for the registration page
|
protected abstract java.lang.String |
getRegistrationView()
Return the name of the view to be used for the registration page
|
protected abstract void |
populateModelCmsContent(Model model,
ContentPageModel contentPageModel)
Method that ensures the model is populated with all required CMS components in order to properly render the
registration page.
|
protected abstract void populateModelCmsContent(Model model,
ContentPageModel contentPageModel)
protected abstract java.lang.String getRegistrationView()
protected abstract java.lang.String getRegistrationCmsPage()
protected java.lang.String getDefaultRegistrationPage(Model model,
ContentPageModel contentPageModel)
public java.util.List<CountryData> getCountries()
Copyright © 2018 SAP SE. All Rights Reserved.