当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
StreamContentResponse - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.core.controller.command.response
Class StreamContentResponse
java.lang.Object
org.jboss.portal.core.controller.command.response.StreamContentResponse
- public class StreamContentResponse
- extends java.lang.Object
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contentType
private java.lang.String contentType
- .
inputStream
private java.io.InputStream inputStream
- .
StreamContentResponse
public StreamContentResponse(java.lang.String contentType,
java.io.InputStream inputStream)
getContentType
public java.lang.String getContentType()
getInputStream
public java.io.InputStream getInputStream()