com.nordija.tapestry.bayeux.stream
Interface StreamResource

All Known Implementing Classes:
DefaultStreamResource, JFreeChartResource, SimpleJFreeChartResource

public interface StreamResource

Represents a resource which can be downloaded by the bayeux downloads service.

Version:
$Id: StreamResource.java 129 2007-06-05 11:50:22Z jeyben $
Author:
Jacob von Eyben www.nordija.com
See Also:
StreamService, StreamResourceSource

Method Summary
 java.lang.String getContentDisposition()
           
 java.lang.String getContentType()
           
 void writeTo(java.io.OutputStream out)
           
 

Method Detail

writeTo

void writeTo(java.io.OutputStream out)
             throws java.io.IOException
Throws:
java.io.IOException

getContentType

java.lang.String getContentType()

getContentDisposition

java.lang.String getContentDisposition()


Copyright © 2004-2007 Nordija A/S. All Rights Reserved.