struts 2 result的type值解釋
chain
用來處理Action鏈,被跳轉的action中仍能獲取上個頁面的值,如request資訊。
com.opensymphony.xwork2.ActionChainResult
dispatcher
用來轉向頁面,通常處理JSP
org.apache.struts2.dispatcher.ServletDispatcherResult
freemaker
處理FreeMarker模板
org.apache.struts2.views.freemarker.FreemarkerResult
httpheader
控制特殊HTTP行為的結果型別
org.apache.struts2.dispatcher.HttpHeaderResult
stream
向瀏覽器傳送InputSream物件,通常用來處理檔案下載,還可用於返回AJAX資料
org.apache.struts2.dispatcher.StreamResult
velocity
處理Velocity模板
org.apache.struts2.dispatcher.VelocityResult
xslt
處理XML/XLST模板
org.apache.struts2.views.xslt.XSLTResult
plainText
顯示原始檔案內容,例如檔案原始碼
org.apache.struts2.dispatcher.PlainTextResult
plaintext
顯示原始檔案內容,例如檔案原始碼
org.apache.struts2.dispatcher.PlainTextResult
redirect
重定向到一個URL ,被跳轉的頁面中丟失傳遞的資訊,如request
org.apache.struts2.dispatcher.ServletRedirectResult
redirectAction
重定向到一個Action ,跳轉的頁面中丟失傳遞的資訊,如request
org.apache.struts2.dispatcher.ServletActionRedirectResult
redirect-action
重定向到一個Action ,跳轉的頁面中丟失傳遞的資訊,如request
org.apache.struts2.dispatcher.ServletActionRedirectResult
相關文章
- struts2 result type型別型別
- Struts2中 Result型別配置詳解型別
- Struts2(六)result 返回型別講解型別
- struts2 action中result引數詳解
- Struts2 OGNL動態配置result(十八)
- C# return dynamic/anonymous type value as function resultC#Function
- Struts2原理詳解
- v$lock.type中的內容解釋
- The content of element type "package" must match "(result-types?,interceptors?...Package
- Struts2的OGNL標籤詳解
- Struts2筆記09 值棧的內部結構筆記
- Struts2工作原理(圖解)圖解
- Struts2 XML配置詳解XML
- struts2標籤詳解 .
- Struts2筆記07 什麼是值棧筆記
- 【Struts2】:Struts2的型別轉換型別
- Struts2的properties配置檔案詳解
- 如何清除<input type="file">的值
- Struts框架_9 Struts2的驗證框架
- 05. struts2中為Action屬性注入值
- struts:實現圖片的上傳 argument type mismatch errorError
- Struts2的框架框架
- struts1與struts2的區別
- 【Struts】:Struts1和Struts2的區別與聯絡
- 【SSH2(理論篇)】--Struts2配置詳解
- Java Struts2 的請求處理流程詳解Java
- struts2 使用Maven搭建Struts2框架的開發環境Maven框架開發環境
- input的type值型別和描述-HTML型別HTML
- struts2的struts.xml檔案的元素結構XML
- Unable to load bean: type:org.apache.struts2.views.gxp.inject.InjectedObjectContainer class:org.apacBeanApacheViewObjectAI
- Struts2教程1:第一個Struts2程式
- 通俗易懂解釋一類和二類錯誤(Type I Error Type II Error)Error
- struts2總結(三)--官網下載struts2的jar包JAR
- Struts2筆記10 向值棧放入或獲取資料筆記
- Struts2 - OGNL表示式和Struts2標籤庫
- Struts2框架的基本使用框架
- 【Struts2】Session的獲取Session
- struts2的工作流程