public class ChainPageLocators extends Object implements IPageLocator
Constructor and Description |
---|
ChainPageLocators() |
ChainPageLocators(List<IPageLocator> locators) |
Modifier and Type | Method and Description |
---|---|
List<IPageLocator> |
getLocators() |
org.apache.wicket.util.resource.IResourceStream |
locate(Class<?> clazz,
String path,
org.apache.wicket.protocol.http.WebApplication app)
Will return the first found resource in order that gives a reference to the given path
|
void |
setLocators(List<IPageLocator> locators) |
public ChainPageLocators()
public ChainPageLocators(List<IPageLocator> locators)
public List<IPageLocator> getLocators()
public void setLocators(List<IPageLocator> locators)
public org.apache.wicket.util.resource.IResourceStream locate(Class<?> clazz, String path, org.apache.wicket.protocol.http.WebApplication app)
locate
in interface IPageLocator
clazz
- represents the ClassLoader loading the resourcepath
- as String, where wicket is searching for the componentapp
- as WebApplication
, to derive other web contextual information.IResourceStream
Copyright © 2018. All rights reserved.