| Package | Description |
|---|---|
| org.apache.wicket.util.file |
File utilities.
|
| org.apache.wicket.util.resource |
Base support for resources.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceStream |
Path.find(Class<?> clazz,
String pathname) |
IResourceStream |
IResourceFinder.find(Class<?> clazz,
String pathname)
Looks for a given pathname along this path
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResourceStreamWriter
Special IResourceStream implementation that a Resource can return when it directly wants to write
to an output stream instead of return the
getInputStream(). |
interface |
IStringResourceStream
A resource that can be converted to a String representation, possibly using an explicit Charset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceStream |
class |
AbstractResourceStreamWriter
Base implementation of an IResourceStreamWriter so that you only have to override the
IResourceStreamWriter.write(java.io.OutputStream). |
class |
AbstractStringResourceStream
Base class for string resources.
|
class |
FileResourceStream
A FileResourceStream is an IResource implementation for files.
|
class |
StringBufferResourceStream
A string resource that can be appended to.
|
class |
StringResourceStream
A StringResourceStream is an IResource implementation for strings.
|
class |
XSLTResourceStream
IResourceStream that applies XSLT on an input IResourceStream. |
class |
ZipResourceStream
An IResourceStream that ZIPs a directory's contents on the fly
|
| Constructor and Description |
|---|
XSLTResourceStream(IResourceStream xsltResource,
IResourceStream xmlResource)
Construct.
|
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.