xml標(biāo)簽屬性作用?
1. chain
用來(lái)處理Action鏈
com.opensymphony.xwork2.ActionChainResult
2. dispatcher
用來(lái)轉(zhuǎn)向頁(yè)面,通常處理JSP
org.apache.struts2.dispatcher.ServletDispatcherResult
3. freemaker
處理freemarker模板
org.apache.struts2.views.freemarker.FreemarkerResult
4. httpheader
控制特殊HTTP行為的結(jié)果類(lèi)型
org.apache.struts2.dispatcher.HttpHeaderResult
5. redirect
重定向到一個(gè)URL
org.apache.struts2.dispatcher.ServletRedirectResult
6. redirectAction
重定向到一個(gè)Action
org.apache.struts2.dispatcher.ServletActionRedirectResult
7. stream
向?yàn)g覽器發(fā)送InputSream對(duì)象,通常用來(lái)處理文件下載,還可用于返回AJAX數(shù)據(jù)
org.apache.struts2.dispatcher.StreamResult
8. velocity
處理Velocity模板
org.apache.struts2.dispatcher.VelocityResult
9. xslt
處理XML/XLST模板
org.apache.struts2.views.xslt.XSLTResult
10. plainText
顯示原始文件內(nèi)容,例如文件源代碼
org.apache.struts2.dispatcher.PlainTextResult
11. redirect-action
重定向到一個(gè)Action
org.apache.struts2.dispatcher.ServletActionRedirectResult