public interface IPageLocator
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.util.resource.IResourceStream |
locate(Class<?> clazz,
String path,
org.apache.wicket.protocol.http.WebApplication app)
Locate the page
|
org.apache.wicket.util.resource.IResourceStream locate(Class<?> clazz, String path, org.apache.wicket.protocol.http.WebApplication app)
clazz - represents the ClassLoader loading the resourcepath - as String, where wicket is searching for the componentapp - as WebApplication, to derive other web contextual information.IResourceStreamCopyright © 2018. All rights reserved.