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 super IRequestConfig,? extends net.java.html.lib.Union.A2>> 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 super java.lang.Object,? extends java.lang.Object> 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 super IHttpPromiseCallbackArg>,? 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 super java.lang.Object,? extends java.lang.Object> responseError() { return responseError.get(); }
}