Module org.apache.wicket.request
Package org.apache.wicket.request.mapper
Interface IRequestMapperDelegate
- All Superinterfaces:
IRequestMapper
- All Known Implementing Classes:
CryptoMapper
,HttpsMapper
,ParentPathReferenceRewriter
,ResourceReferenceMapper
A interface to be implemented by
IRequestMapper
s that delegate to other IRequestMapper
s.
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
-
Method Summary
Methods inherited from interface org.apache.wicket.request.IRequestMapper
getCompatibilityScore, mapHandler, mapRequest
-
Method Details
-
getDelegateMapper
Returns the delegateIRequestMapper
.- Returns:
- The delegate
IRequestMapper
.
-