Class DownloadLink.DownloadRequestTarget
- java.lang.Object
-
- org.hippoecm.frontend.widgets.download.DownloadLink.DownloadRequestTarget
-
- All Implemented Interfaces:
org.apache.wicket.request.IRequestHandler
- Enclosing class:
- DownloadLink<T>
protected class DownloadLink.DownloadRequestTarget extends Object implements org.apache.wicket.request.IRequestHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DownloadRequestTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
detach(org.apache.wicket.request.IRequestCycle requestCycle)
void
respond(org.apache.wicket.request.IRequestCycle requestCycle)
-
-
-
Method Detail
-
respond
public void respond(org.apache.wicket.request.IRequestCycle requestCycle)
- Specified by:
respond
in interfaceorg.apache.wicket.request.IRequestHandler
- See Also:
IRequestHandler.respond(IRequestCycle)
-
detach
public void detach(org.apache.wicket.request.IRequestCycle requestCycle)
- Specified by:
detach
in interfaceorg.apache.wicket.request.IRequestHandler
-
-