| Package | Description |
|---|---|
| org.apache.wicket.util.file |
File utilities.
|
| org.apache.wicket.util.resource |
Base support for resources.
|
| Class and Description |
|---|
| IResourceStream
Interface to a streamed resource.
|
| Class and Description |
|---|
| AbstractResourceStream |
| AbstractStringResourceStream
Base class for string resources.
|
| 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.
|
| ResourceStreamNotFoundException
Thrown if a required resource cannot be found.
|
| ResourceUtils.PathLocale |
| StringBufferResourceStream
A string resource that can be appended to.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.