List of usage examples for com.google.gwt.safehtml.shared SafeUri interface-usage
From source file org.rstudio.core.client.SafeUriStringImpl.java
public class SafeUriStringImpl implements SafeUri { public SafeUriStringImpl(String value) { value_ = value; } @Override