Module org.apache.wicket.request
Package org.apache.wicket.request.mapper
Interface ICompoundRequestMapper
- All Superinterfaces:
IRequestMapper,Iterable<IRequestMapper>
- All Known Implementing Classes:
CompoundRequestMapper
Mapper that delegates the mapping to a contained
IRequestMappers with the highest
compatibility score.- Author:
- igor.vaynberg
-
Method Summary
Modifier and TypeMethodDescriptionadd(IRequestMapper mapper) Registers aIRequestMapperremove(IRequestMapper mapper) Unregisters aIRequestMapperMethods inherited from interface org.apache.wicket.request.IRequestMapper
getCompatibilityScore, mapHandler, mapRequestMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
add
Registers aIRequestMapper- Parameters:
mapper-- Returns:
thisfor chaining
-
remove
Unregisters aIRequestMapper- Parameters:
mapper-- Returns:
thisfor chaining
-