论坛首页 Java企业应用论坛

response.reset()和response.resetBuffer()

浏览 5479 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2011-08-26  

getResponse的getWriter()方法

连续两次输出流到页面的时候,第二次的流会包括第一次的流,所以可以使用将response.reset或者resetBuffer的方法。

 

reset():
Clears any data that exists in the buffer as well as the status code and headers. If the response has been committed, this method throws an IllegalStateException.

resetBuffer():
Clears the content of the underlying buffer in the response without clearing headers or status code. If the response has been committed, this method throws an IllegalStateException.

 

 

response.reset()的使用有一个条件受限:response的任何打开流关闭之后都不能再reset .

   发表时间:2011-08-26  
greatwqs 写道

getResponse的getWriter()方法

连续两次输出流到页面的时候,第二次的流会包括第一次的流,所以可以使用将response.reset或者resetBuffer的方法。

 

什么使用场景呢?不太明白,怎么会连续两次输出流到页面呢

0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics