<!-- struts2 result配置(常用的) 的类型 1、type默认是dispatcher 内部转发 2、redirect 重定向 3、chain 链条 4、redirectAction 重定向到Action --> <!-- 5、stream 流 6、httpheader 返回一个已经配置好的HTTP头信息响应 7、velocity 呈现velocity模板 8、xslt 该xml可以通过xsl模板进行转换 9、plaintext 返回普通文本内容 -->
原文:http://www.cnblogs.com/ryy1210/p/6279149.html