org.chenillekit.tapestry.core.utils
Class JPEGInline

java.lang.Object
  extended by org.chenillekit.tapestry.core.utils.InlineStreamResponse
      extended by org.chenillekit.tapestry.core.utils.JPEGInline
All Implemented Interfaces:
StreamResponse

public class JPEGInline
extends InlineStreamResponse

stolen from Tapestry wiki page.

Version:
$Id: JPEGInline.java 471 2009-05-09 09:28:38Z homburgs $

Field Summary
 
Fields inherited from class org.chenillekit.tapestry.core.utils.InlineStreamResponse
contentType, extension, filename
 
Constructor Summary
JPEGInline(InputStream is, String... args)
           
 
Method Summary
 
Methods inherited from class org.chenillekit.tapestry.core.utils.InlineStreamResponse
getContentType, getStream, prepareResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPEGInline

public JPEGInline(InputStream is,
                  String... args)


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.