On 18/07/2010 18:07, Adrian A. wrote:
> The Servlet API is using only "HttpServletResponse" not simply "Response".
> 

Its still a Response object. Both mean and do the same thing. Where would you 
set response headers?
On the Response object or HttpServletResponse? Same for the response status? We 
don't isolate users
from the Servlet API, we encourage its use. When users think of a response they 
should immediately
think of HttpServletResponse.

Bob

Reply via email to