public class SpecificMountPointLoader extends Object implements IPathLoader
| Constructor and Description |
|---|
SpecificMountPointLoader() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy> |
getLoadPoints() |
void |
load(org.apache.wicket.protocol.http.WebApplication application)
Allows us to inject interesting strategies on our own
WicketStuff MountPath Annotation
This is for situations of dynamic mount/load point generation and loading which may be assumed by the caller on the interface. |
void |
setLoadPoints(List<org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy> loadPoints) |
public List<org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy> getLoadPoints()
getLoadPoints in interface IPathLoaderIRequestTargetUrlCodingStrategy @nullable truepublic void setLoadPoints(List<org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy> loadPoints)
setLoadPoints in interface IPathLoaderpublic void load(org.apache.wicket.protocol.http.WebApplication application)
load in interface IPathLoaderapplication - as WebApplication @Nuallble falseCopyright © 2018. All rights reserved.