org.apache.wicket.request.mapper
Interface ICompoundRequestMapper
- All Superinterfaces:
- IRequestMapper, Iterable<IRequestMapper>
- All Known Implementing Classes:
- CompoundRequestMapper
public interface ICompoundRequestMapper
- extends IRequestMapper, Iterable<IRequestMapper>
Mapper that delegates the mapping to a contained IRequestMappers with the highest
compatibility score.
- Author:
- igor.vaynberg
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-2011 Apache Software Foundation. All Rights Reserved.