com.aspose.words.jasperreports
Class AWReportDocxExporter

java.lang.Object
  extended by org.springframework.webflow.action.AbstractAction
      extended by org.springframework.webflow.action.MultiAction
          extended by com.jaspersoft.jasperserver.war.action.AbstractReportExporter
              extended by com.aspose.words.jasperreports.AWAbstractReportExporter
                  extended by com.aspose.words.jasperreports.AWReportDocxExporter
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public class AWReportDocxExporter
extends com.aspose.words.jasperreports.AWAbstractReportExporter

Exports a JasperReports report to the DOCX format on JasperServer. This class is used by JasperServer automatically and is not intended for direct usage in the application.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.webflow.action.MultiAction
org.springframework.webflow.action.MultiAction.MethodResolver
 
Constructor Summary
AWReportDocxExporter()
           
 
Method Summary
 
Methods inherited from class com.aspose.words.jasperreports.AWAbstractReportExporter
getExportParameters, setExportParameters
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWReportDocxExporter

public AWReportDocxExporter()