Package org.apache.wicket.util.resource

Base support for resources.

See:
          Description

Interface Summary
IFixedLocationResourceStream Non-dynamic resource streams point to fixed locations, like a file or a url.
IResourceStream Interface to a streamed resource.
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().
IStringResourceStream A resource that can be converted to a String representation, possibly using an explicit Charset.
 

Class Summary
AbstractResourceStream  
AbstractResourceStreamWriter Base implementation of an IResourceStreamWriter so that you only have to override the IResourceStreamWriter.write(java.io.OutputStream).
AbstractStringResourceStream Base class for string resources.
FileResourceStream A FileResourceStream is an IResource implementation for files.
ResourceStreamWrapper A IResourceStream that wraps another resource stream
ResourceUtils  
ResourceUtils.PathLocale  
StringBufferResourceStream A string resource that can be appended to.
StringResourceStream A StringResourceStream is an IResource implementation for strings.
XSLTResourceStream IResourceStream that applies XSLT on an input IResourceStream.
ZipResourceStream An IResourceStream that ZIPs a directory's contents on the fly
 

Exception Summary
ResourceStreamNotFoundException Thrown if a required resource cannot be found.
 

Package org.apache.wicket.util.resource Description

Base support for resources.



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.