public class ChineseMobileBindingController
extends AbstractPageController
| Constructor and Description |
|---|
ChineseMobileBindingController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
bindMobileAfterRegister(Model model,
VerificationCodeForm form) |
java.lang.String |
bindMobileAfterRegister(Model model,
VerificationCodeForm form,
BindingResult bindingResult,
RedirectAttributes redirectModel) |
java.lang.String |
bindMobileNumber(HttpServletRequest request,
Model model) |
java.lang.String |
bindMobileNumber(Model model,
VerificationCodeForm form) |
java.lang.String |
bindMobileNumber(Model model,
VerificationCodeForm form,
BindingResult bindingResult,
RedirectAttributes redirectModel) |
void |
initBinder(WebDataBinder binder) |
protected void |
populateAttributes(Model model)
Populate some common data.
|
java.lang.String |
verifyMobile(Model model,
VerificationCodeForm verificationCodeForm) |
java.lang.String |
verifyMobile(Model model,
VerificationCodeForm verificationCodeForm,
BindingResult bindingResult,
RedirectAttributes redirectModel) |
public void initBinder(WebDataBinder binder)
public java.lang.String bindMobileNumber(HttpServletRequest request,
Model model)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String bindMobileNumber(Model model,
VerificationCodeForm form)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String bindMobileNumber(Model model,
VerificationCodeForm form,
BindingResult bindingResult,
RedirectAttributes redirectModel)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String bindMobileAfterRegister(Model model,
VerificationCodeForm form)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String bindMobileAfterRegister(Model model,
VerificationCodeForm form,
BindingResult bindingResult,
RedirectAttributes redirectModel)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String verifyMobile(Model model,
VerificationCodeForm verificationCodeForm)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String verifyMobile(Model model,
VerificationCodeForm verificationCodeForm,
BindingResult bindingResult,
RedirectAttributes redirectModel)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionprotected void populateAttributes(Model model)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionCopyright © 2018 SAP SE. All Rights Reserved.