|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.server.output.Result
org.jboss.portal.server.output.StreamResult
public class StreamResult
Stream a result to the client directly.
| Constructor Summary | |
|---|---|
StreamResult(WindowContext producer,
java.lang.String contentType,
byte[] bytes)
|
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
|
java.lang.String |
getContentType()
|
| Methods inherited from class org.jboss.portal.server.output.Result |
|---|
getProducer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamResult(WindowContext producer,
java.lang.String contentType,
byte[] bytes)
| Method Detail |
|---|
public java.lang.String getContentType()
public byte[] getBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||