Java com.google.gwt.http.client URL fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.http.client URL fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.http.client URL.

The text is from its open source code.

Method

Stringdecode(String encodedURL)
Returns a string where all URL escape sequences have been converted back to their original character representations.
StringdecodeComponent(String encodedURLComponent)
Returns a string where all URL component escape sequences have been converted back to their original character representations.
StringdecodePathSegment(String encodedURLComponent)
Returns a string where all URL component escape sequences have been converted back to their original character representations.
StringdecodeQueryString(String encodedURLComponent)
Returns a string where all URL component escape sequences have been converted back to their original character representations.
Stringencode(String decodedURL)
Returns a string where all characters that are not valid for a complete URL have been escaped.
StringencodeComponent(String decodedURLComponent)
Returns a string where all characters that are not valid for a URL component have been escaped.
StringencodeComponent(String decodedURLComponent, boolean queryStringSpaces)
Returns a string where all characters that are not valid for a URL component have been escaped.
StringencodePathSegment(String decodedURLComponent)
Returns a string where all characters that are not valid for a URL component have been escaped.
StringencodeQueryString(String decodedURLComponent)
Returns a string where all characters that are not valid for a URL component have been escaped.