public class CheckoutLoginController
extends AbstractLoginPageController
| Constructor and Description |
|---|
CheckoutLoginController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
doCheckoutLogin(boolean loginError,
HttpSession session,
Model model,
HttpServletRequest request) |
protected AuthenticationManager |
getAuthenticationManager() |
protected CheckoutFlowFacade |
getCheckoutFlowFacade() |
protected java.lang.String |
getCheckoutUrl() |
protected AbstractPageModel |
getCmsPage() |
protected GUIDCookieStrategy |
getGuidCookieStrategy() |
protected java.lang.String |
getSuccessRedirect(HttpServletRequest request,
HttpServletResponse response) |
protected java.lang.String |
getView() |
protected boolean |
hasItemsInCart()
Checks if there are any items in the cart.
|
protected AbstractPageModel getCmsPage() throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String doCheckoutLogin(boolean loginError,
HttpSession session,
Model model,
HttpServletRequest request)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionprotected java.lang.String getView()
protected java.lang.String getSuccessRedirect(HttpServletRequest request,
HttpServletResponse response)
protected boolean hasItemsInCart()
protected java.lang.String getCheckoutUrl()
protected CheckoutFlowFacade getCheckoutFlowFacade()
protected GUIDCookieStrategy getGuidCookieStrategy()
protected AuthenticationManager getAuthenticationManager()
Copyright © 2018 SAP SE. All Rights Reserved.