Class VerifyEmailForCMSController


@Controller @RequestMapping("/verify") public class VerifyEmailForCMSController extends AbstractLoginPageController
  • Constructor Details

    • VerifyEmailForCMSController

      public VerifyEmailForCMSController()
  • Method Details

    • getVerifyEmailFacade

      public VerifyAccountFromEmailLinkFacade getVerifyEmailFacade()
      Returns:
      the verifyEmailFacade
    • setVerifyEmailFacade

      public void setVerifyEmailFacade(VerifyAccountFromEmailLinkFacade verifyEmailFacade)
      Parameters:
      verifyEmailFacade - the verifyEmailFacade to set
    • verifyEmail

      @RequestMapping(value="/email", method=GET) public String verifyEmail(@RequestParam(required=true) String token, org.springframework.ui.Model model, javax.servlet.http.HttpSession session, @RequestParam(value="error",defaultValue="false") boolean loginError, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • verifyUserLogin

      @RequestMapping(value="/confirmation", method=GET) public String verifyUserLogin(org.springframework.ui.Model model, javax.servlet.http.HttpSession session, @RequestParam(value="error",defaultValue="false") boolean loginError) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • getCmsPage

      protected AbstractPageModel getCmsPage() throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Specified by:
      getCmsPage in class AbstractRegisterPageController
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • getSuccessRedirect

      protected String getSuccessRedirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Specified by:
      getSuccessRedirect in class AbstractRegisterPageController
    • getView

      protected String getView()
      Specified by:
      getView in class AbstractRegisterPageController