public class UrlResourceStreamProvider extends java.lang.Object implements IResourceStreamProvider
ClasspathUrlStreamHandler.| Constructor and Description |
|---|
UrlResourceStreamProvider(java.lang.ClassLoader... classLoaders) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.util.resource.IResourceStream |
newResourceStream(java.lang.String path)
Creates a new
IResourceStream that points to a given path. |
public UrlResourceStreamProvider(java.lang.ClassLoader... classLoaders)
public org.apache.wicket.util.resource.IResourceStream newResourceStream(java.lang.String path)
IResourceStreamProviderIResourceStream that points to a given path.newResourceStream in interface IResourceStreamProviderpath - the path to loadIResourceStream instanceCopyright © 2019 agilecoders.de. All Rights Reserved.