public final class WebApplicationPath extends Object implements org.apache.wicket.util.file.IResourceFinder
IResourceFinder that looks in a folder in the webapp context path. It will
not load files inside WEB-INF.| Constructor and Description |
|---|
WebApplicationPath(javax.servlet.ServletContext servletContext,
String path)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.util.resource.IResourceStream |
find(Class<?> clazz,
String pathname) |
String |
toString() |
public WebApplicationPath(javax.servlet.ServletContext servletContext,
String path)
servletContext - The webapplication context where the resources must be loaded frompath - The path inside the app context where to look.public org.apache.wicket.util.resource.IResourceStream find(Class<?> clazz, String pathname)
find in interface org.apache.wicket.util.file.IResourceFinderIResourceFinder.find(Class, String)public String toString()
toString in class ObjectObject.toString()Copyright © 2006–2018 Apache Software Foundation. All rights reserved.