org.broadleafcommerce.core.web.controller.account
Class BroadleafChangePasswordController
java.lang.Object
org.broadleafcommerce.common.web.controller.BroadleafAbstractController
org.broadleafcommerce.core.web.controller.account.BroadleafChangePasswordController
public class BroadleafChangePasswordController
- extends BroadleafAbstractController
This controller handles password changes for a customer's account
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerService
protected CustomerService customerService
changePasswordValidator
protected ChangePasswordValidator changePasswordValidator
passwordChangedMessage
protected String passwordChangedMessage
changePasswordView
protected static String changePasswordView
changePasswordRedirect
protected static String changePasswordRedirect
BroadleafChangePasswordController
public BroadleafChangePasswordController()
viewChangePassword
public String viewChangePassword(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
processChangePassword
public String processChangePassword(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
ChangePasswordForm form,
org.springframework.validation.BindingResult result,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
throws ServiceException
- Throws:
ServiceException
getChangePasswordView
public String getChangePasswordView()
getChangePasswordRedirect
public String getChangePasswordRedirect()
getPasswordChangedMessage
public String getPasswordChangedMessage()
Copyright © 2012. All Rights Reserved.