nsIWebContentHandlerInfo Interface Reference

import"nsIWebContentConverterRegistrar.idl";

Inheritance diagram for nsIWebContentHandlerInfo:
[legend]
Collaboration diagram for nsIWebContentHandlerInfo:
[legend]

Public Member Functions

AString getHandlerURI (in AString uri)
 

Public Attributes

readonly attribute AString contentType
 
readonly attribute AString uri
 

Detailed Description

Definition at line 44 of file nsIWebContentConverterRegistrar.idl.

Member Function Documentation

AString nsIWebContentHandlerInfo::getHandlerURI ( in AString  uri)

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

Parameters
uriThe URI of the document being loaded
Returns
The URI of the service with the loading document URI encoded in it.

Member Data Documentation

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.


The documentation for this interface was generated from the following file: