org.fusesource.restygwt.client
Annotation Type JSONP


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface JSONP


Optional Element Summary
 String callbackParam
          The name of the callback url parameter to send to the server.
 String failureCallbackParam
          The name of the failure callback url parameter to send to the server.
 

callbackParam

public abstract String callbackParam
The name of the callback url parameter to send to the server. The default value is "callback"

Default:
""

failureCallbackParam

public abstract String failureCallbackParam
The name of the failure callback url parameter to send to the server. The default is null

Returns:
Default:
""


Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.