这是否可行,在Struts2框架内,和/或我是否仅限于使用URL / URLConnection类将响应作为流获取? 我查看了ActionComponent类,但我不确定如何使用它?
感谢。
答案 0 :(得分:1)
我相信你想要的是在你的行动中使用StreamResult。请查看以下内容:
http://struts.apache.org/2.1.2/struts2-core/apidocs/org/apache/struts2/dispatcher/StreamResult.html
以下是下载文件的示例:
http://www.mkyong.com/struts2/struts-2-download-file-example/