Package org.apache.wicket.request
Interface IRequestHandlerDelegate
-
- All Superinterfaces:
IRequestHandler
- All Known Implementing Classes:
RequestSettingRequestHandler
public interface IRequestHandlerDelegate extends IRequestHandler
AIRequestHandler
that delegates the actual work to anotherIRequestHandler
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRequestHandler
getDelegateHandler()
-
Methods inherited from interface org.apache.wicket.request.IRequestHandler
detach, respond
-
-
-
-
Method Detail
-
getDelegateHandler
IRequestHandler getDelegateHandler()
- Returns:
- the delegate
IRequestHandler
-
-