public class UrlResourceStreamProvider extends Object implements IResourceStreamProvider
ClasspathUrlStreamHandler.| Constructor and Description |
|---|
UrlResourceStreamProvider(ClassLoader... classLoaders) |
| 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. |
public UrlResourceStreamProvider(ClassLoader... classLoaders)
public org.apache.wicket.util.resource.IResourceStream newResourceStream(String path)
IResourceStreamProviderIResourceStream that points to a given path.newResourceStream in interface IResourceStreamProviderpath - the path to loadIResourceStream instanceCopyright © 2015 agilecoders.de. All Rights Reserved.