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 |
RegisterCustomerController
public RegisterCustomerController()
registerCustomer
@RequestMapping(method=GET)
public java.lang.String registerCustomer()
registerCustomer
@RequestMapping(method=POST)
public org.springframework.web.servlet.ModelAndView registerCustomer(@ModelAttribute(value="registerCustomerForm")
RegisterCustomerForm registerCustomerForm,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request)
registerCustomerSuccess
@RequestMapping(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)
Copyright © 2010. All Rights Reserved.