Package org.benow.web.path.page.stream

Interface Summary
ResultStreamer Classes which implement this interface are constructed and called directly when specified with a stream tag.
ResultWriter Classes which implement this interface are constructed and called directly when specified with a stream tag.
 

Class Summary
FileResultReader Delivers a file, introspecting mime type and optionally deletes the file after delivery.
FileWriter A streamer that streams objects.
JDBCWriter  
ObjectWriter A streamer that streams objects.
ResultStream A InputStream that delivers the given data with a given mime and possible suggested file name.
ResultWriterImpl A streamer that streams objects.
StreamingTagProcessor  
StreamStreamer A streamer of a stream, of course.
StreamTagProcessor A tag processor which streams from the instance of a specified ResultWriter.