Package org.apache.wicket.util.resource
Base support for resources.
-
Interface Summary Interface Description 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 theIResourceStream.getInputStream()
.IStringResourceStream A resource that can be converted to a String representation, possibly using an explicit Charset. -
Class Summary Class Description AbstractResourceStream AbstractResourceStreamWriter Base implementation of an IResourceStreamWriter so that you only have to override theIResourceStreamWriter.write(java.io.OutputStream)
.AbstractStringResourceStream Base class for string resources.FileResourceStream A FileResourceStream is an IResource implementation for files.FileSystemResourceStream A FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.ResourceStreamWrapper A IResourceStream that wraps another resource streamResourceUtils 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 inputIResourceStream
.ZipResourceStream An IResourceStream that ZIPs a directory's contents on the fly -
Exception Summary Exception Description ResourceStreamNotFoundException Thrown if a required resource cannot be found.