com.aspose.cad.jasperreports.common

Class BaseReportExporter<P extends com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters>

  • java.lang.Object
    • org.springframework.webflow.action.AbstractAction
      • org.springframework.webflow.action.MultiAction
        • com.jaspersoft.jasperserver.war.action.AbstractReportExporter
          • com.aspose.cad.jasperreports.common.BaseReportExporter<P>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.webflow.action.MultiAction

        org.springframework.webflow.action.MultiAction.MethodResolver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      org.springframework.webflow.execution.Event export(org.springframework.webflow.execution.RequestContext requestContext) 
      String getBatchPrefix()
      Gets batch prefix.
      String getContentType(org.springframework.webflow.execution.RequestContext requestContext)
      Gets identifier for file formats and format contents transmitted on the Internet.
      ExportMode getExportMode()
      Gets export mode.
      P getExportParameters()
      Gets export parameters.
      void setBatchPrefix(String batchPrefix)
      Sets batch prefix.
      void setExportMode(ExportMode exportMode)
      Sets export mode.
      void setExportParameters(P exportParameters)
      Sets export parameters.
      • Methods inherited from class com.jaspersoft.jasperserver.war.action.AbstractReportExporter

        export, getDownloadFilename, getFlowAttributeJasperPrintName, getFlowAttributeReportUnitURI, getHttpUtils, getInitialMemoryBufferSize, getJasperPrintAccessor, getJasperReportsContext, getMemoryThreshold, getResponseHeaderSetter, getViewReportAction, isPaginated, isSetResponseContentLength, setFlowAttributeJasperPrintName, setFlowAttributeReportUnitURI, setHttpUtils, setInitialMemoryBufferSize, setJasperPrintAccessor, setJasperReportsContext, setMemoryThreshold, setPaginated, setResponseHeaderSetter, setSetResponseContentLength, setViewReportAction, toString
      • Methods inherited from class org.springframework.webflow.action.MultiAction

        getMethodResolver, setMethodResolver
      • Methods inherited from class org.springframework.webflow.action.AbstractAction

        afterPropertiesSet, execute, getEventFactorySupport
    • Constructor Detail

      • BaseReportExporter

        public BaseReportExporter()
    • Method Detail

      • export

        public org.springframework.webflow.execution.Event export(org.springframework.webflow.execution.RequestContext requestContext)
                                                           throws IOException,
                                                                  net.sf.jasperreports.engine.JRException
        Overrides:
        export in class com.jaspersoft.jasperserver.war.action.AbstractReportExporter
        Throws:
        IOException
        net.sf.jasperreports.engine.JRException
      • getExportParameters

        public P getExportParameters()
        Gets export parameters.
        Returns:
        the export parameters
      • setExportParameters

        public void setExportParameters(P exportParameters)
        Sets export parameters.
        Parameters:
        exportParameters - the export parameters to be set
      • getContentType

        public String getContentType(org.springframework.webflow.execution.RequestContext requestContext)
        Gets identifier for file formats and format contents transmitted on the Internet.
        Specified by:
        getContentType in class com.jaspersoft.jasperserver.war.action.AbstractReportExporter
        Parameters:
        requestContext - request context
        Returns:
        identifier for file formats
      • getExportMode

        public ExportMode getExportMode()
        Gets export mode.
        Returns:
        the export mode
      • setExportMode

        public void setExportMode(ExportMode exportMode)
        Sets export mode.
        Parameters:
        exportMode - the export mode
      • getBatchPrefix

        public String getBatchPrefix()
        Gets batch prefix.
        Returns:
        the batch prefix
      • setBatchPrefix

        public void setBatchPrefix(String batchPrefix)
        Sets batch prefix.
        Parameters:
        batchPrefix - the batch prefix