|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AbstractCommunicationManager.Response
Generic interface of a (HTTP or Portlet) response from the application.
This is a wrapper interface that allows
AbstractCommunicationManager
to use a unified API.
ServletResponse
,
PortletResponse
Method Summary | |
---|---|
OutputStream |
getOutputStream()
Gets the output stream to which the response can be written. |
Object |
getWrappedResponse()
Gets the wrapped response object, usually a class implementing either ServletResponse or PortletResponse . |
void |
setContentType(String type)
Sets the MIME content type for the response to be communicated to the browser. |
Method Detail |
---|
OutputStream getOutputStream() throws IOException
IOException
void setContentType(String type)
type
- Object getWrappedResponse()
ServletResponse
or PortletResponse
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |