Module org.apache.wicket.util
Package org.apache.wicket.util.resource
package org.apache.wicket.util.resource
Base support for resources.
-
ClassDescriptionBase implementation of an IResourceStreamWriter so that you only have to override the
IResourceStreamWriter.write(java.io.OutputStream)
.Base class for string resources.A FileResourceStream is an IResource implementation for files.A FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.Non-dynamic resource streams point to fixed locations, like a file or a url.Interface to a streamed resource.Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return theIResourceStream.getInputStream()
.A resource that can be converted to a String representation, possibly using an explicit Charset.Thrown if a required resource cannot be found.A IResourceStream that wraps another resource streamA string resource that can be appended to.A StringResourceStream is an IResource implementation for strings.IResourceStream
that applies XSLT on an inputIResourceStream
.An IResourceStream that ZIPs a directory's contents on the fly