Struts2 整合表现层技术

来源:互联网 发布:超级基因优化液在线 编辑:程序博客网 时间:2024/05/16 01:11

整合JFreeChart

struts.xml 配置文件中添加chart结果类型

   <result-types>
            <result-type name="chart" class="org.apache.struts2.dispatcher.ChartResult" />
  </result-types>

 

整合JasperReports

struts.xml 配置文件中添加jasper结果类型

 

     <result-types>
            <result-type name="jasper" class="org.apache.struts2.views.jasperreports.JasperReportsResult"/>
     </result-types>

原创粉丝点击