public class IHttpBackendService extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
IHttpBackendService(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
void |
$apply(String method,
String url) |
void |
$apply(String method,
String url,
Object post) |
void |
$apply(String method,
String url,
Object post,
Function callback) |
void |
$apply(String method,
String url,
Object post,
Function callback,
Object headers) |
void |
$apply(String method,
String url,
Object post,
Function callback,
Object headers,
double timeout) |
void |
$apply(String method,
String url,
Object post,
Function callback,
Object headers,
double timeout,
Boolean withCredentials) |
static IHttpBackendService |
$as(Object obj) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected IHttpBackendService(Objs.Constructor<?> c, Object js)
public static IHttpBackendService $as(Object obj)
public void $apply(String method, String url, Object post, Function callback, Object headers, double timeout, Boolean withCredentials)
public void $apply(String method, String url, Object post, Function callback, Object headers)
Copyright © 2018. All rights reserved.