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

net.java.html.lib.angular.IHttpInterceptor Maven / Gradle / Ivy

package net.java.html.lib.angular;
public class IHttpInterceptor extends net.java.html.lib.Objs {
  protected IHttpInterceptor(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(IHttpInterceptor.class);
    }
    @Override
    public IHttpInterceptor create(java.lang.Object obj) {
      return obj == null ? null : new IHttpInterceptor(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static IHttpInterceptor $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property>>> request = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "request");
  public net.java.html.lib.Function.A1>> request() { return request.get(); }
  public net.java.html.lib.Objs.Property> requestError = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "requestError");
  public net.java.html.lib.Function.A1 requestError() { return requestError.get(); }
  public net.java.html.lib.Objs.Property,? extends net.java.html.lib.Union.A2>,IHttpPromiseCallbackArg>>> response = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "response");
  public net.java.html.lib.Function.A1,? extends net.java.html.lib.Union.A2>,IHttpPromiseCallbackArg>> response() { return response.get(); }
  public net.java.html.lib.Objs.Property> responseError = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A1.class, "responseError");
  public net.java.html.lib.Function.A1 responseError() { return responseError.get(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy