org.wicketstuff.facebook.behaviors
Class AbstractSubscribeBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.wicketstuff.facebook.behaviors.AbstractSubscribeBehavior
- All Implemented Interfaces:
- Serializable, IBehaviorListener, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable
- Direct Known Subclasses:
- AbstractAuthEventBehavior, AuthPromptEventBehavior, CommentCreateEventBehavior, CommentRemoveEventBehavior, EdgeCreateEventBehavior, EdgeRemoveEventBehavior, LogoutEventBehavior, RenderEventBehavior
public abstract class AbstractSubscribeBehavior
- extends AbstractDefaultAjaxBehavior
https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
- Author:
- Till Freier
- See Also:
- Serialized Form
| 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 |
AbstractSubscribeBehavior
protected AbstractSubscribeBehavior(String event,
String... parameters)
- Parameters:
event - parameters -
onEvent
protected abstract void onEvent(AjaxRequestTarget target,
IRequestParameters eventParameters,
String response)
renderHead
public void renderHead(Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
-
- Specified by:
renderHead in interface IComponentAwareHeaderContributor- Overrides:
renderHead in class AbstractDefaultAjaxBehavior
respond
protected void respond(AjaxRequestTarget target)
-
- Specified by:
respond in class AbstractDefaultAjaxBehavior
Copyright © 2014. All rights reserved.