All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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":[]}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy