UrlResolver Class

UrlResolver class

Represents utility class for resolving absolute URL by a Uniform Resource Identifier (URI).

public class UrlResolver

Constructors

NameDescription
UrlResolver()The default constructor.

Methods

NameDescription
resolve(String, String)Resolves the absolute URI from the base and relative URIs.

See Also