|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResourceStream | |
|---|---|
| org.apache.wicket.util.file | File utilities. |
| org.apache.wicket.util.resource | Base support for resources. |
| Uses of IResourceStream in org.apache.wicket.util.file |
|---|
| Methods in org.apache.wicket.util.file that return IResourceStream | |
|---|---|
IResourceStream |
Path.find(Class<?> clazz,
String pathname)
|
IResourceStream |
IResourceFinder.find(Class<?> clazz,
String pathname)
Looks for a given pathname along this path |
| Uses of IResourceStream in org.apache.wicket.util.resource |
|---|
| Subinterfaces of IResourceStream in org.apache.wicket.util.resource | |
|---|---|
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. |
| Classes in org.apache.wicket.util.resource that implement IResourceStream | |
|---|---|
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 |
| Constructors in org.apache.wicket.util.resource with parameters of type IResourceStream | |
|---|---|
XSLTResourceStream(IResourceStream xsltResource,
IResourceStream xmlResource)
Construct. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||