public interface IResourceStreamProvider
IResourceStream that points to a given path.| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.util.resource.IResourceStream |
newResourceStream(String path)
Creates a new
IResourceStream that points to a given path. |
org.apache.wicket.util.resource.IResourceStream newResourceStream(String path)
IResourceStream that points to a given path.path - the path to loadIResourceStream instanceCopyright © 2015 agilecoders.de. All Rights Reserved.