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