Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
net.java.html.lib.angular.IHttpBackendService Maven / Gradle / Ivy
package net.java.html.lib.angular;
public class IHttpBackendService extends net.java.html.lib.Objs {
protected IHttpBackendService(net.java.html.lib.Objs.Constructor> c, java.lang.Object js) {
super(c, js);
}
private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
$Constructor() {
super(IHttpBackendService.class);
}
@Override
public IHttpBackendService create(java.lang.Object obj) {
return obj == null ? null : new IHttpBackendService(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static IHttpBackendService $as(java.lang.Object obj) {
return $AS.create(obj);
}
public void $apply(java.lang.String method, java.lang.String url, java.lang.Object post, net.java.html.lib.Function callback, java.lang.Object headers, double timeout, java.lang.Boolean withCredentials) {
$Typings$.$apply$197($js(this), method, url, /* AnyKeyword*/$js(post), /* FirstTypeNode*/$js(callback), /* AnyKeyword*/$js(headers), timeout, withCredentials);
}
public void $apply(java.lang.String method, java.lang.String url) {
$Typings$.$apply$198($js(this), method, url);
}
public void $apply(java.lang.String method, java.lang.String url, java.lang.Object post) {
$Typings$.$apply$199($js(this), method, url, /* AnyKeyword*/$js(post));
}
public void $apply(java.lang.String method, java.lang.String url, java.lang.Object post, net.java.html.lib.Function callback) {
$Typings$.$apply$200($js(this), method, url, /* AnyKeyword*/$js(post), /* FirstTypeNode*/$js(callback));
}
public void $apply(java.lang.String method, java.lang.String url, java.lang.Object post, net.java.html.lib.Function callback, java.lang.Object headers) {
$Typings$.$apply$201($js(this), method, url, /* AnyKeyword*/$js(post), /* FirstTypeNode*/$js(callback), /* AnyKeyword*/$js(headers));
}
public void $apply(java.lang.String method, java.lang.String url, java.lang.Object post, net.java.html.lib.Function callback, java.lang.Object headers, double timeout) {
$Typings$.$apply$202($js(this), method, url, /* AnyKeyword*/$js(post), /* FirstTypeNode*/$js(callback), /* AnyKeyword*/$js(headers), timeout);
}
// CallSignature: {"children":[],"kind":"CallSignature","comment":"// XXX Perhaps define callback signature in the future","name":null,"type":{"kind":"VoidKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"method","right":[]},"type":{"kind":"StringKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"url","right":[]},"type":{"kind":"StringKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":null,"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"post","right":[]},"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"callback","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"Function","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"headers","right":[]},"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"timeout","right":[]},"type":{"kind":"NumberKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"withCredentials","right":[]},"type":{"kind":"BooleanKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[]}
}