当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
StreamResult - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.portlet.result
Class StreamResult
java.lang.Object
org.jboss.portal.portlet.result.Result
org.jboss.portal.portlet.result.StreamResult
- public class StreamResult
- extends Result
Stream a result to the client directly.
Constructor Summary |
StreamResult(java.lang.String contentType,
byte[] bytes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamResult
public StreamResult(java.lang.String contentType,
byte[] bytes)
getContentType
public java.lang.String getContentType()
getBytes
public byte[] getBytes()