org.wicketstuff.minis.behavior
Class KeepAliveBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.apache.wicket.ajax.AbstractAjaxTimerBehavior
org.wicketstuff.minis.behavior.KeepAliveBehavior
- All Implemented Interfaces:
- Serializable, IBehaviorListener, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable
public class KeepAliveBehavior
- extends AbstractAjaxTimerBehavior
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.ajax.AbstractAjaxTimerBehavior |
getJsTimeoutCall, getUpdateInterval, isStopped, onRemove, onRestart, onUnbind, renderHead, respond, restart, setUpdateInterval, shouldTrigger, stop |
| Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeepAliveBehavior
public KeepAliveBehavior()
onTimer
protected void onTimer(AjaxRequestTarget target)
- Specified by:
onTimer in class AbstractAjaxTimerBehavior
Copyright © 2014. All rights reserved.