org.broadleafcommerce.profile.web.controller
Class RegisterCustomerController
java.lang.Object
org.broadleafcommerce.profile.web.controller.RegisterCustomerController
@Controller(value="blRegisterCustomerController")
@RequestMapping(value="/registerCustomer")
public class RegisterCustomerController
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
displayRegistrationFormView
protected java.lang.String displayRegistrationFormView
registrationErrorView
protected java.lang.String registrationErrorView
registrationSuccessView
protected java.lang.String registrationSuccessView
customerService
protected CustomerService customerService
registerCustomerValidator
protected RegisterCustomerValidator registerCustomerValidator
challengeQuestionService
protected ChallengeQuestionService challengeQuestionService
mergeCartProcessor
protected MergeCartProcessor mergeCartProcessor
loginService
protected LoginService loginService
RegisterCustomerController
public RegisterCustomerController()
registerCustomer
@RequestMapping(value="registerCustomer",
method=GET)
public java.lang.String registerCustomer()
registerCustomer
@RequestMapping(value="registerCustomer",
method=POST)
public org.springframework.web.servlet.ModelAndView registerCustomer(@ModelAttribute(value="registerCustomerForm")
RegisterCustomerForm registerCustomerForm,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
registerCustomerSuccess
@RequestMapping(value="registerCustomerSuccess",
method=GET)
public java.lang.String registerCustomerSuccess()
initCustomerRegistrationForm
@ModelAttribute(value="registerCustomerForm")
public RegisterCustomerForm initCustomerRegistrationForm()
getChallengeQuestions
@ModelAttribute(value="challengeQuestions")
public java.util.List<ChallengeQuestion> getChallengeQuestions()
getRegistrationErrorView
public java.lang.String getRegistrationErrorView()
setRegistrationErrorView
public void setRegistrationErrorView(java.lang.String registrationErrorView)
getRegistrationSuccessView
public java.lang.String getRegistrationSuccessView()
setRegistrationSuccessView
public void setRegistrationSuccessView(java.lang.String registrationSuccessView)
getRegisterCustomerValidator
public RegisterCustomerValidator getRegisterCustomerValidator()
setRegisterCustomerValidator
public void setRegisterCustomerValidator(RegisterCustomerValidator registerCustomerValidator)
getDisplayRegistrationFormView
public java.lang.String getDisplayRegistrationFormView()
setDisplayRegistrationFormView
public void setDisplayRegistrationFormView(java.lang.String displayRegistrationFormView)
initBinder
@InitBinder
public void initBinder(org.springframework.web.bind.WebDataBinder binder)
Copyright © 2013. All Rights Reserved.