Package org.apache.wicket.request.mapper
-
Interface Summary Interface Description ICompoundRequestMapper Mapper that delegates the mapping to a containedIRequestMapper
s with the highest compatibility score.IRequestMapperDelegate A interface to be implemented byIRequestMapper
s that delegate to otherIRequestMapper
s. -
Class Summary Class Description AbstractMapper CompoundRequestMapper Thread safe compoundIRequestMapper
.ParentPathReferenceRewriter Mapper that rewrites parent path segments (../
) with the specified string and viceversa.