3031323334353637
private String anchor; public Outlink() {} public Outlink(String toUrl, String anchor, Configuration conf) throws MalformedURLException { this.toUrl = new UrlNormalizerFactory(conf).getNormalizer().normalize(toUrl); this.anchor = anchor; }