Module org.apache.wicket.request
Package org.apache.wicket.request
Interface IRequestHandlerDelegate
- All Superinterfaces:
IRequestHandler
- All Known Implementing Classes:
RequestSettingRequestHandler
A
IRequestHandler
that delegates the actual work to another IRequestHandler
.-
Method Summary
Methods inherited from interface org.apache.wicket.request.IRequestHandler
detach, respond
-
Method Details
-
getDelegateHandler
- Returns:
- the delegate
IRequestHandler
-