Package muntjac :: Package terminal :: Package gwt :: Package server :: Module abstract_communication_manager :: Class IResponse
[hide private]
[frames] | no frames]

Class IResponse

source code

object --+
         |
        IResponse
Known Subclasses:

Generic interface of a (HTTP or Portlet) response from the application.

This is a wrapper interface that allows AbstractCommunicationManager to use a unified API.


Author: peholmst

Instance Methods [hide private]
 
getOutputStream(self)
Gets the output stream to which the response can be written.
source code
 
setContentType(self, typ)
Sets the MIME content type for the response to be communicated to the browser.
source code
 
getWrappedResponse(self)
Gets the wrapped response object, usually a class implementing either ServletResponse.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getOutputStream(self)

source code 

Gets the output stream to which the response can be written.

Raises:
  • IOException

getWrappedResponse(self)

source code 

Gets the wrapped response object, usually a class implementing either ServletResponse.

Returns:
wrapped request object