Example usage for com.google.gwt.safehtml.shared SafeUri interface-usage

List of usage examples for com.google.gwt.safehtml.shared SafeUri interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.safehtml.shared SafeUri interface-usage.

Usage

From source file org.rstudio.core.client.SafeUriStringImpl.java

public class SafeUriStringImpl implements SafeUri {
    public SafeUriStringImpl(String value) {
        value_ = value;
    }

    @Override