org.wicketstuff.facebook.behaviors
Class AuthPromptEventBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.wicketstuff.facebook.behaviors.AbstractSubscribeBehavior
org.wicketstuff.facebook.behaviors.AuthPromptEventBehavior
- All Implemented Interfaces:
- Serializable, IBehaviorListener, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable
public abstract class AuthPromptEventBehavior
- extends AbstractSubscribeBehavior
https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
fired when user is prompted to log in or opt in to Platform after clicking a Like button
- 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 |
AuthPromptEventBehavior
protected AuthPromptEventBehavior()
onEvent
protected void onEvent(AjaxRequestTarget target,
IRequestParameters parameters,
String response)
- Specified by:
onEvent in class AbstractSubscribeBehavior
onPrompt
protected abstract void onPrompt(AjaxRequestTarget target,
String url)
- Parameters:
target - url - the URL that initiated the prompt
Copyright © 2014. All rights reserved.