org.apache.wicket.request.mapper
Interface ICompoundRequestMapper

All Superinterfaces:
IRequestMapper, Iterable<IRequestMapper>
All Known Implementing Classes:
CompoundRequestMapper, SystemMapper

public interface ICompoundRequestMapper
extends IRequestMapper, Iterable<IRequestMapper>

Mapper that delegates the mapping to a contained IRequestMappers with the highest compatibility score.

Author:
igor.vaynberg

Method Summary
 ICompoundRequestMapper add(IRequestMapper encoder)
          Registers a IRequestMapper
 ICompoundRequestMapper remove(IRequestMapper encoder)
          Unregisters IRequestMapper
 
Methods inherited from interface org.apache.wicket.request.IRequestMapper
getCompatibilityScore, mapHandler, mapRequest
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

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.