| |
|
| java.lang.Object com.caucho.portal.generic.context.TopLevelResponseHandler
TopLevelResponseHandler | class TopLevelResponseHandler implements ResponseHandler(Code) | | A ResponseHandler that writes out to the connection.
|
addProperty | public void addProperty(String name, String value)(Code) | | Add a value to a property to be returned to the client.
"properties" correspond to HTTP headers in the response for HTTP
connections.
Properties that begin with "Cache-" or not sent to the
connection.
See Also: javax.portlet.PortletResponse.addProperty |
getBufferSize | public int getBufferSize()(Code) | | |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | Get the character encoding of the writer.
|
isCommitted | public boolean isCommitted()(Code) | | |
reset | public void reset()(Code) | | |
resetBuffer | public void resetBuffer()(Code) | | |
setBufferSize | public void setBufferSize(int size)(Code) | | |
setContentType | public void setContentType(String contentType)(Code) | | |
setProperty | public void setProperty(String name, String value)(Code) | | Set a property to be returned to the client.
"properties" correspond to HTTP headers in the response for HTTP
connections.
Properties that begin with "Cache-" or not sent to the
connection.
See Also: javax.portlet.PortletResponse.setProperty |
|
|
|