org.broadleafcommerce.core.web.order.security
Class MergeCartProcessorImpl

java.lang.Object
  extended by org.broadleafcommerce.core.web.order.security.MergeCartProcessorImpl
All Implemented Interfaces:
MergeCartProcessor

@Component(value="blMergeCartProcessor")
public class MergeCartProcessorImpl
extends Object
implements MergeCartProcessor


Constructor Summary
MergeCartProcessorImpl()
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authResult)
           
 void execute(org.springframework.web.context.request.WebRequest request, org.springframework.security.core.Authentication authResult)
           
 String getMergeCartResponseKey()
           
 void setMergeCartResponseKey(String mergeCartResponseKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeCartProcessorImpl

public MergeCartProcessorImpl()
Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    org.springframework.security.core.Authentication authResult)
Specified by:
execute in interface MergeCartProcessor

execute

public void execute(org.springframework.web.context.request.WebRequest request,
                    org.springframework.security.core.Authentication authResult)
Specified by:
execute in interface MergeCartProcessor

getMergeCartResponseKey

public String getMergeCartResponseKey()

setMergeCartResponseKey

public void setMergeCartResponseKey(String mergeCartResponseKey)


Copyright © 2013. All Rights Reserved.