public class ClassPathResourceFinder extends Object implements org.apache.wicket.util.file.IResourceFinder
IResourceFinder that looks in a folder in the classpath.| Constructor and Description |
|---|
ClassPathResourceFinder(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.util.resource.IResourceStream |
find(Class<?> clazz,
String path) |
String |
toString() |
public ClassPathResourceFinder(String prefix)
prefix - The path prefix. May be null or empty to look in the classpath root.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.