import"nsIWebContentConverterRegistrar.idl";
Public Member Functions | |
AString | getHandlerURI (in AString uri) |
Public Attributes | |
readonly attribute AString | contentType |
readonly attribute AString | uri |
Definition at line 44 of file nsIWebContentConverterRegistrar.idl.
AString nsIWebContentHandlerInfo::getHandlerURI | ( | in AString | uri | ) |
Gets the service URL Spec, with the loading document URI encoded in it.
uri | The URI of the document being loaded |
readonly attribute AString nsIWebContentHandlerInfo::contentType |
The content type handled by the handler
Definition at line 49 of file nsIWebContentConverterRegistrar.idl.
readonly attribute AString nsIWebContentHandlerInfo::uri |
The uri of the handler, with an embedded s where the URI of the loaded document will be encoded.
Definition at line 55 of file nsIWebContentConverterRegistrar.idl.