com.elasticpath.cmweb.controller.impl
Class ReportsControllerImpl

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

public class ReportsControllerImpl
extends AbstractEpControllerImpl
implements ReportConstants

The Spring MVC controller for rendering reports.


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
 
Fields inherited from interface com.elasticpath.cmweb.reportservice.ReportConstants
ACTION, CSV_ACTION, DOCUMENT_EXTENSION, ERRORS_EXIST, HTML_ACTION, HTML_RESULT, LIST_ACTION, PDF_ACTION, REPORT_EXTENSION, REPORT_NAME, REPORT_PAGE_NUMBER, REPORT_PARAMS, URL
 
Constructor Summary
ReportsControllerImpl()
           
 
Method Summary
 java.lang.String getSuccessView()
          Gets the success view name.
 void setReportService(BirtReportService reportService)
          Set report service.
 void setSuccessView(java.lang.String successView)
          Sets the success view name.
 
Methods inherited from class com.elasticpath.cmweb.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

ReportsControllerImpl

public ReportsControllerImpl()
Method Detail

getSuccessView

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

Returns:
name of the success view

setReportService

public void setReportService(BirtReportService reportService)
Set report service.

Parameters:
reportService - report service.

setSuccessView

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

Parameters:
successView - name of the success view