已配置結果類型名 |
類 名 |
描 述 |
dispatcher | org.apache.struts2.dispatcher. ServletDispatcherResult |
默認結果類型,用來呈現JSP頁面 |
chain | com.opensymphony.xwork2. ActionChainResult |
將action和另一個action連接起來 |
freemarker | org.apache.struts2.views.freemarker. FreemarkerResult |
呈現Freemarker模板 |
httpheader | org.apache.struts2.dispatcher. HttpHeaderResult |
返回一個已配置好的HTTP頭信息響應 |
redirect | org.apache.struts2.dispatcher. ServletRedirectResult |
將用戶重定向到一個已配置好的URL |
redirectAction | org.apache.struts2.dispatcher. ServletActionRedirectResult |
將用戶重定向到一個已定義好的action |
stream | org.apache.struts2.dispatcher. StreamResult |
將原始數據做爲流傳遞迴瀏覽器端, 該結果類型對下載的內容和圖片很是有用 |
velocity | org.apache.struts2.dispatcher. VelocityResult |
呈現Velocity模板 |
xslt | org.apache.struts2.views.xslt. XSLTResult |
呈現XML到瀏覽器, 該XML能夠經過XSL模板進行轉換 |
plaintext | org.apache.struts2.dispatcher. PlainTextResult |
返回普通文本類容 |