org.apache.wicket.request.mapper
Interface ICompoundRequestMapper
- All Superinterfaces:
- IRequestMapper, java.lang.Iterable<IRequestMapper>
- All Known Implementing Classes:
- CompoundRequestMapper, SystemMapper
public interface ICompoundRequestMapper
- extends IRequestMapper, java.lang.Iterable<IRequestMapper>
Mapper that delegates the mapping to a contained IRequestMapper
s with the highest
compatibility score.
- Author:
- igor.vaynberg
Methods inherited from interface java.lang.Iterable |
iterator |
add
ICompoundRequestMapper add(IRequestMapper encoder)
- Registers a
IRequestMapper
- Parameters:
encoder
-
- Returns:
this
for chaining
remove
ICompoundRequestMapper remove(IRequestMapper encoder)
- Unregisters
IRequestMapper
- Parameters:
encoder
-
- Returns:
this
for chaining
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.