nsIExternalURLHandlerService

The external URL handler service is used for finding
platform-specific applications for handling particular URLs.

Methods

getURLHandlerInfoFromOS(aURL, aFound)

Given a URL, looks up the handler info from the OS. This should be
overridden by each OS’s implementation.

Parameters

aURL The URL we are looking for.
aFound Was an OS default handler for this URL found?

Returns

An nsIHanderInfo for the protocol.