[scriptable, uuid(eb361098-5158-4b21-8f98-50b445f1f0b2)]
interface nsIWebContentHandlerInfo : nsIHandlerApp
Attributes
The content type handled by the handler
readonly attribute
AString
contentType
The uri of the handler, with an embedded %s where the URI of the loaded document will be encoded.
readonly attribute
AString
uri
Methods
Gets the service URL Spec, with the loading document URI encoded in it.
@param uri
The URI of the document being loaded
@returns The URI of the service with the loading document URI encoded in
it.
AString
getHandlerURI(in AString uri)
Compare to: