|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamResource | |
---|---|
com.nordija.tapestry.bayeux.stream | |
com.nordija.tapestry.bayeux.stream.jfreechart |
Uses of StreamResource in com.nordija.tapestry.bayeux.stream |
---|
Classes in com.nordija.tapestry.bayeux.stream that implement StreamResource | |
---|---|
class |
DefaultStreamResource
|
Methods in com.nordija.tapestry.bayeux.stream that return StreamResource | |
---|---|
StreamResource |
StreamResourceSource.getStreamResource(org.apache.tapestry.IRequestCycle cycle,
java.lang.Object[] parameters)
Called by downloads service when a download link has been clicked and the resource to be downloaded is to be obtained from somewhere. |
Methods in com.nordija.tapestry.bayeux.stream with parameters of type StreamResource | |
---|---|
protected void |
StreamService.streamResource(StreamResource resource)
|
Uses of StreamResource in com.nordija.tapestry.bayeux.stream.jfreechart |
---|
Classes in com.nordija.tapestry.bayeux.stream.jfreechart that implement StreamResource | |
---|---|
class |
JFreeChartResource
This abstract class implements the JFreeChartResource.writeTo(java.io.OutputStream) method so you don't have to concentrate
on how to stream the actual chart. |
class |
SimpleJFreeChartResource
A simple implementation of the JFreeChartResource where all the data is given in the constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |