Class CompoundRequestMapper

java.lang.Object
org.apache.wicket.request.mapper.CompoundRequestMapper
All Implemented Interfaces:
Iterable<IRequestMapper>, IRequestMapper, ICompoundRequestMapper
Direct Known Subclasses:
SystemMapper

public class CompoundRequestMapper extends Object implements ICompoundRequestMapper
Thread safe compound IRequestMapper. The mappers are searched depending on their compatibility score and the orders they were registered. If two or more IRequestMappers have the same compatibility score, the last registered mapper has highest priority.
Author:
igor.vaynberg, Matej Knopp