Struts2 中预定义的结果类型

chain   用于Action链式处理
dispatcher 用于Web资源的集成,包括JSP的集成
freemarker 用于FreeMarker的集成
httpheader 用于控制特殊的HTTP行为

redirect

用于重定向到另外的URL
redirectAction 用于重定向到另外的Action的映射
stream 向浏览器返回一个InputStream
velocity Velocity集成
xslt xml/xslt
plainText 显示特定页面
原文地址:https://www.cnblogs.com/daiweixm/p/3333776.html