|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
com.evolveum.midpoint.web.component.ajaxDownload.AjaxDownloadBehaviorFromStream
public abstract class AjaxDownloadBehaviorFromStream
| Field Summary |
|---|
| Fields inherited from interface org.apache.wicket.behavior.IBehaviorListener |
|---|
INTERFACE |
| Constructor Summary | |
|---|---|
AjaxDownloadBehaviorFromStream()
|
|
AjaxDownloadBehaviorFromStream(boolean addAntiCache)
|
|
| Method Summary | |
|---|---|
void |
initiate(org.apache.wicket.ajax.AjaxRequestTarget target)
Call this method to initiate the download. |
protected abstract byte[] |
initStream()
|
void |
onRequest()
|
void |
setContentType(String contentType)
|
| Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior |
|---|
afterRender, bind, getCallbackUrl, getComponent, getStatelessHint, onBind, onComponentRendered, onComponentTag, onComponentTag |
| Methods inherited from class org.apache.wicket.behavior.Behavior |
|---|
beforeRender, canCallListenerInterface, canCallListenerInterface, detach, isEnabled, isTemporary, onConfigure, onEvent, onException, renderHead, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AjaxDownloadBehaviorFromStream()
public AjaxDownloadBehaviorFromStream(boolean addAntiCache)
| Method Detail |
|---|
public void initiate(org.apache.wicket.ajax.AjaxRequestTarget target)
public void onRequest()
public void setContentType(String contentType)
protected abstract byte[] initStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||