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.
@mozilla.org/security/psmdownload;1
This component implements the following interfaces:
Properties
nsISupports nsIURIContentListener.loadCookie
The load context associated with a particular content listener. The URI Loader stores and accesses this value as needed.
nsIURIContentListener nsIURIContentListener.parentContentListener
The parent content listener if this particular listener is part of a chain of content listeners (i.e. a docshell!)
Methods
| Interface | Method |
|---|---|
| nsIURIContentListener |
PRBool canHandleContent ( char* contentType , PRBool isContentPreferred , out char* desiredContentType )
|
| nsIURIContentListener |
PRBool doContent ( char* contentType , PRBool isContentPreferred , nsIRequest request , out nsIStreamListener contentHandler )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIURIContentListener |
PRBool isPreferred ( char* contentType , out char* desiredContentType )
|
| nsIURIContentListener |
PRBool onStartURIOpen ( nsIURI URI )
|
Reference documentation is generated from Mozilla's source.
