chain
用来处理Action链
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
redirect
重定向到一个URL
org.apache.struts2.dispatcher.ServletRedirectResult
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
redirect-action
重定向到一个Action
org.apache.struts2.dispatcher.ServletActionRedirectResult
Struts2 Result 中 type类型
原创
©著作权归作者所有:来自51CTO博客作者莫建坡的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:JAVA 常用名词解释
下一篇:正则表达转义字符
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Struts2 Result Type
result type
struts2.0 struts xml ci 其他 -
struts2/result类型
Result 类型常见的 type 类型配置如下:dispatcher转发到 JSP 页面,和<jsp:forward page=””/>的效果一样,是
struts2 result type 重定向 命名空间 -
struts2 result type=chain、dispatcher、redirect
dispatcher:用于页面转发,页面跳转过程一直是同一个线程,Action中的数据一直保存在。
Web Servlet 数据 HTTP web服务器 -
转 struts2 struts.xml result-type 配置 result配置
Xml代码 <result name="showSource" type="plainText"> <param name="location
struts2.xml result result-type redirect chain -
Struts2的result的type--Chain
dd
职场 休闲 struts2