Converts relative and absolute URLs to absolute URLs with protocol and domain.
Specifies the base domain to be used as a prefix for absolute URLs.
Specifies the base URL to be used as a prefix for relative URLs.
Specifies if the converter is enabled. Default is true.
Converts the given URL to an absolute URL with protol and domain. Relative URLs are first converted to absolute URLs.
Returns .
Returns true if the given URL is relative.
Sets .
Private helper function to update the base URL.
Converts relative and absolute URLs to absolute URLs with protocol and domain.