com.elasticpath.sfweb.controller.impl
Class AnonymousSignInFormControllerImpl

java.lang.Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.context.support.WebApplicationObjectSupport
          extended by org.springframework.web.servlet.support.WebContentGenerator
              extended by org.springframework.web.servlet.mvc.AbstractController
                  extended by org.springframework.web.servlet.mvc.BaseCommandController
                      extended by org.springframework.web.servlet.mvc.AbstractFormController
                          extended by org.springframework.web.servlet.mvc.SimpleFormController
                              extended by com.elasticpath.sfweb.controller.impl.AbstractEpFormController
                                  extended by com.elasticpath.sfweb.controller.impl.AnonymousSignInFormControllerImpl
All Implemented Interfaces:
EpController, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.mvc.Controller

public class AnonymousSignInFormControllerImpl
extends AbstractEpFormController

The Spring MVC controller for customers who sign in anonymously. Customers can only sign in anonymously as part of the checkout process.


Field Summary
 
Fields inherited from class org.springframework.web.servlet.mvc.BaseCommandController
DEFAULT_COMMAND_NAME
 
Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator
METHOD_GET, METHOD_HEAD, METHOD_POST
 
Constructor Summary
AnonymousSignInFormControllerImpl()
           
 
Method Summary
 void setCheckoutSignInFormController(SignInFormControllerImpl checkoutSignInFormController)
          Set the anonymous sign in controller that will handle anonymous sign-ins.
 void setCustomerService(CustomerService customerService)
          Set the customer service.
 void setCustomerSessionService(CustomerSessionService customerSessionService)
          Set the customer session service.
 
Methods inherited from class com.elasticpath.sfweb.controller.impl.AbstractEpFormController
getElasticPath, getRequestHelper, setElasticPath, setRequestHelper
 
Methods inherited from class org.springframework.web.servlet.mvc.SimpleFormController
getFormView, getSuccessView, setFormView, setSuccessView
 
Methods inherited from class org.springframework.web.servlet.mvc.AbstractFormController
isBindOnNewForm, isSessionForm, setBindOnNewForm, setSessionForm
 
Methods inherited from class org.springframework.web.servlet.mvc.BaseCommandController
getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, isValidateOnBinding, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators
 
Methods inherited from class org.springframework.web.servlet.mvc.AbstractController
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
 
Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator
getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseExpiresHeader, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseExpiresHeader
 
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport
setServletContext
 
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, setApplicationContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.web.servlet.mvc.Controller
handleRequest
 

Constructor Detail

AnonymousSignInFormControllerImpl

public AnonymousSignInFormControllerImpl()
Method Detail

setCheckoutSignInFormController

public void setCheckoutSignInFormController(SignInFormControllerImpl checkoutSignInFormController)
Set the anonymous sign in controller that will handle anonymous sign-ins.

Parameters:
checkoutSignInFormController - the controller that will handle anonymous sign-ins.

setCustomerService

public void setCustomerService(CustomerService customerService)
Set the customer service.

Parameters:
customerService - the customer service to set.

setCustomerSessionService

public void setCustomerSessionService(CustomerSessionService customerSessionService)
Set the customer session service.

Parameters:
customerSessionService - the customer session service to set.