|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MergeCartProcessor
Responsible for merging an anonymous cart with the currently logged in user's cart
BroadleafAuthenticationSuccessHandler}| Method Summary | |
|---|---|
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authResult)
Convenience method. |
void |
execute(org.springframework.web.context.request.WebRequest request,
org.springframework.security.core.Authentication authResult)
Merge the cart owned by the anonymous current session Customer with the Customer that has just
logged in |
| Method Detail |
|---|
void execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authResult)
ServletWebRequest
and forward to execute(WebRequest, Authentication)
request - response - authResult -
void execute(org.springframework.web.context.request.WebRequest request,
org.springframework.security.core.Authentication authResult)
Customer with the Customer that has just
logged in
request - authResult -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||