[scriptable, uuid(2bd97d63-e928-4d52-9fd4-34061349a9a6)]
interface nsIWebContentHandlerInfo : nsISupports
Attributes
The content type handled by the handler
readonly attribute
AString
contentType
A human readable title of the handler.
readonly attribute
AString
name
The uri of the handler, with an embedded %s where the URI of the loaded document will be encoded.
readonly attribute
AString
uri
Methods
Determines if this handler object is equivalent to another.
@param other
The other handler info object
@returns true if the two objects are equivalent (same content type,
same uri).
boolean
equals(in nsIWebContentHandlerInfo other)
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: