struts2那些事(结果门类)

struts2那些事(结果类型)dispatcher(默认)服务器端跳转到页面服务器跳转:就是forwordredirect客户端跳转到

struts2那些事(结果类型)
dispatcher(默认)  服务器端跳转到页面  服务器跳转:就是forword
redirect         客户端跳转到页面
chain            服务器端跳转到action
redirectAction   客户端跳转到action

stream 用于下载
plaintext 源码教学用