Java com.google.gwt.safehtml.shared UriUtils fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.safehtml.shared UriUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.safehtml.shared UriUtils.

The text is from its open source code.

Method

Stringencode(String uri)
Encodes the URL.
StringextractScheme(String uri)
Extracts the scheme of a URI.
SafeUrifromSafeConstant(String s)
Returns a SafeUri constructed from a value that is fully under the control of the program, e.g., a constant.
SafeUrifromString(String s)
Returns a SafeUri obtained by sanitizing the provided string.
SafeUrifromTrustedString(String s)
Returns a SafeUri constructed from a trusted string, i.e., without sanitizing the string.
booleanisSafeUri(String uri)
Determines if a String is safe to use as the value of a URI-valued HTML attribute such as src or href .
StringsanitizeUri(String uri)
Sanitizes a URI.