Package org.apache.wicket.util.resource

Interface Summary
IResourceStreamWriter Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return the IResourceStream#getInputStream().
 

Class Summary
AbstractResourceStreamWriter Base implementation of an IResourceStreamWriter so that you only have to override the IResourceStreamWriter#write(java.io.OutputStream) Don't forget to overwrite the IResourceStream#length() method if you do know the total length that will be generated.
PackageResourceStream An IResourceStream that reads data from a resource in the classpath.
UrlResourceStream UrlResourceStream implements IResource for URLs.
WebExternalResourceStream An IResourceStream that reads data from a file in the web application
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.