|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.util.resource.locator.AbstractResourceStreamLocator
wicket.util.resource.locator.ResourceFinderResourceStreamLocator
public class ResourceFinderResourceStreamLocator
IResourceStreamLocator implementation that locates resources along a filesystem search path.
| Constructor Summary | |
|---|---|
ResourceFinderResourceStreamLocator(IResourceFinder finder)
Constructor |
|
| Method Summary | |
|---|---|
IResourceStream |
locate(java.lang.Class clazz,
java.lang.String path)
Subclass implementation locates the resource at the given path. |
| Methods inherited from class wicket.util.resource.locator.AbstractResourceStreamLocator |
|---|
locate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceFinderResourceStreamLocator(IResourceFinder finder)
finder - The path to search| Method Detail |
|---|
public IResourceStream locate(java.lang.Class clazz,
java.lang.String path)
AbstractResourceStreamLocator
locate in class AbstractResourceStreamLocatorclazz - The class requesting the resourcepath - The complete path of the resource to locate. Separators must
be forward slashes.
AbstractResourceStreamLocator.locate(Class,
java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||