Hello All,

I would like to change signature of 2 methods of AjaxDownloadBehavior:

-       public void initiate(AjaxRequestTarget target)
+       public void initiate(IPartialPageRequestHandler handler)

-       protected void onBeforeDownload(AjaxRequestTarget target)
+       protected void onBeforeDownload(IPartialPageRequestHandler target)

This change looks correct and will allow to initiate download by
websocket message

Unfortunately this would be API break :(

Are there elegant options to bypass this limitation?

-- 
WBR
Maxim aka solomax

Reply via email to