WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIWebContentHandlerInfo

IID:eb361098-5158-4b21-8f98-50b445f1f0b2
Inherits From:nsIHandlerApp

Properties

readonly AString contentType

The content type handled by the handler

readonly AString uri

The uri of the handler, with an embedded %s where the URI of the loaded document will be encoded.


Methods

AString getHandlerURI ( AString uri )

AString getHandlerURI ( AString uri )

Gets the service URL Spec, with the loading document URI encoded in it.

Arguments:
uri: The URI of the document being loaded

References

This interface is passed as an argument to the following methods:

nsIWebContentConverterService.setAutoHandler

This interface is returned from the following methods:

nsIWebContentConverterService.getAutoHandler, nsIWebContentConverterService.getWebContentHandlerByURI

Reference documentation is generated from Mozilla's source.