Class BinaryFieldDownload
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.apache.wicket.behavior.AbstractAjaxBehavior
-
- org.apache.syncope.client.ui.commons.markup.html.form.BinaryFieldDownload
-
- All Implemented Interfaces:
Serializable
,IComponentAwareEventSink
,IRequestListener
,IComponentAwareHeaderContributor
,IClusterable
public abstract class BinaryFieldDownload extends AbstractAjaxBehavior
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryFieldDownload(String name, boolean addAntiCache)
BinaryFieldDownload(String name, String fileKey, String mimeType, boolean addAntiCache)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract HttpResourceStream
getResourceStream()
void
initiate(AjaxRequestTarget target)
void
onRequest()
-
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onBind, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
-
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag, renderHead
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.IRequestListener
rendersPage
-
-
-
-
Method Detail
-
initiate
public void initiate(AjaxRequestTarget target)
-
onRequest
public void onRequest()
-
getResourceStream
protected abstract HttpResourceStream getResourceStream()
-
-