public interface ICompoundRequestMapper extends IRequestMapper, Iterable<IRequestMapper>
IRequestMappers with the highest
compatibility score.| Modifier and Type | Method and Description |
|---|---|
ICompoundRequestMapper |
add(IRequestMapper mapper)
Registers a
IRequestMapper |
ICompoundRequestMapper |
remove(IRequestMapper mapper)
Unregisters a
IRequestMapper |
void |
unmount(String path)
Deprecated.
since 6.18.0. To be removed in Wicket 7.0.0. See
WebApplication.unmount(). |
getCompatibilityScore, mapHandler, mapRequestICompoundRequestMapper add(IRequestMapper mapper)
IRequestMappermapper - this for chainingICompoundRequestMapper remove(IRequestMapper mapper)
IRequestMappermapper - this for chaining@Deprecated void unmount(String path)
WebApplication.unmount().IRequestMappers which would match on a this pathpath - the path to unmountCopyright © 2006–2015 Apache Software Foundation. All rights reserved.