轉(zhuǎn)自:http://savefrom.javaeye.com/blog/305413
1. chain
2.
3. 用來處理Action鏈
4.
5. com.opensymphony.xwork2.ActionChainResult
6.
7. dispatcher
8.
9. 用來轉(zhuǎn)向頁面,通常處理JSP
10.
11. org.apache.struts2.dispatcher.ServletDispatcherResult
12.
13. freemaker
14.
15. 處理FreeMarker模板
16.
17. org.apache.struts2.views.freemarker.FreemarkerResult
18.
19. httpheader
20.
21. 控制特殊HTTP行為的結(jié)果類型
22.
23. org.apache.struts2.dispatcher.HttpHeaderResult
24.
25. redirect
26.
27. 重定向到一個URL
28.
29. org.apache.struts2.dispatcher.ServletRedirectResult
30.
31. redirectAction
32.
33. 重定向到一個Action
34.
35. org.apache.struts2.dispatcher.ServletActionRedirectResult
36.
37. stream
38.
39. 向瀏覽器發(fā)送InputSream對象,通常用來處理文件下載,還可用于返回AJAX數(shù)據(jù)
40.
41. org.apache.struts2.dispatcher.StreamResult
42.
43. velocity
44.
45. 處理Velocity模板
46.
47. org.apache.struts2.dispatcher.VelocityResult
48.
49. xslt
50.
51. 處理XML/XLST模板
52.
53. org.apache.struts2.views.xslt.XSLTResult
54.
55. plainText
56.
57. 顯示原始文件內(nèi)容,例如文件源代碼
58.
59. org.apache.struts2.dispatcher.PlainTextResult
60.
61. redirect-action
62.
63. 重定向到一個Action
64.
65. org.apache.struts2.dispatcher.ServletActionRedirectResult
66.
67. plaintext
68.
69. 顯示原始文件內(nèi)容,例如文件源代碼
70.
71. org.apache.struts2.dispatcher.PlainTextResult