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

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

package net.java.html.lib.angular;
public class ISCEDelegateProvider extends IServiceProvider {
  protected ISCEDelegateProvider(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(ISCEDelegateProvider.class);
    }
    @Override
    public ISCEDelegateProvider create(java.lang.Object obj) {
      return obj == null ? null : new ISCEDelegateProvider(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ISCEDelegateProvider $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Array resourceUrlBlacklist() {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.resourceUrlBlacklist$408($js(this)));
  }
  public void resourceUrlBlacklist(java.lang.Object[] blacklist) {
    $Typings$.resourceUrlBlacklist$409($js(this), /* ArrayType*/$js(blacklist));
  }
  public net.java.html.lib.Array resourceUrlWhitelist() {
    return (net.java.html.lib.Array)net.java.html.lib.Array.$as($Typings$.resourceUrlWhitelist$410($js(this)));
  }
  public void resourceUrlWhitelist(java.lang.Object[] whitelist) {
    $Typings$.resourceUrlWhitelist$411($js(this), /* ArrayType*/$js(whitelist));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy