com.elasticpath.sfweb.controller.impl
Class SecureAssetControllerImpl

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 com.elasticpath.sfweb.controller.impl.AbstractEpControllerImpl
                          extended by com.elasticpath.sfweb.controller.impl.SecureAssetControllerImpl
All Implemented Interfaces:
EpController, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.mvc.Controller

public class SecureAssetControllerImpl
extends AbstractEpControllerImpl

Spring MVC controller for beginning 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
SecureAssetControllerImpl()
           
 
Method Summary
 java.lang.String getErrorView()
          Gets the error view name.
 java.lang.String getSuccessView()
          Gets the success view name.
 void setDigitalAssetAuditService(DigitalAssetAuditService digitalAssetAuditService)
          Sets the digitalAssetAudit service.
 void setErrorView(java.lang.String errorView)
          Sets the error view name.
 void setFileService(FileService fileService)
          Sets the file service.
 void setSuccessView(java.lang.String successView)
          Sets the success view name.
 
Methods inherited from class com.elasticpath.sfweb.controller.impl.AbstractEpControllerImpl
getElasticPath, getRequestHelper, setElasticPath, setRequestHelper
 
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

SecureAssetControllerImpl

public SecureAssetControllerImpl()
Method Detail

getErrorView

public java.lang.String getErrorView()
Gets the error view name.

Returns:
name of the error view

getSuccessView

public java.lang.String getSuccessView()
Gets the success view name.

Returns:
name of the success view

setDigitalAssetAuditService

public void setDigitalAssetAuditService(DigitalAssetAuditService digitalAssetAuditService)
Sets the digitalAssetAudit service.

Parameters:
digitalAssetAuditService - the digitalAssetAudit service

setErrorView

public final void setErrorView(java.lang.String errorView)
Sets the error view name.

Parameters:
errorView - name of the error view

setFileService

public void setFileService(FileService fileService)
Sets the file service.

Parameters:
fileService - the file service

setSuccessView

public final void setSuccessView(java.lang.String successView)
Sets the success view name.

Parameters:
successView - name of the success view