org.apache.wicket.request.mapper
Interface IRequestMapperDelegate
- All Superinterfaces:
- IRequestMapper
- All Known Implementing Classes:
- ParentPathReferenceRewriter
public interface IRequestMapperDelegate
- extends IRequestMapper
A interface to be implemented by IRequestMappers that delegate to other IRequestMappers.
This allows the application to traverse the tree of request mappers to find a mounted mapper to remove
when unmounting mounted mappers.
- Author:
- Jesse Long
getDelegateMapper
IRequestMapper getDelegateMapper()
- Returns the delegate
IRequestMapper.
- Returns:
- The delegate
IRequestMapper.
Copyright © 2006–2016 Apache Software Foundation. All rights reserved.