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)
Unregisters all
IRequestMappers which would match on a this path |
getCompatibilityScore, mapHandler, mapRequestICompoundRequestMapper add(IRequestMapper mapper)
IRequestMappermapper - this for chainingICompoundRequestMapper remove(IRequestMapper mapper)
IRequestMappermapper - this for chainingvoid unmount(String path)
IRequestMappers which would match on a this pathpath - the path to unmountCopyright © 2006–2014 Apache Software Foundation. All rights reserved.