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.
nsIAbDirFactoryService
| IID: | BE2075A8-1DD1-11B2-99BA-BCB9DB1D77CC |
| Inherits From: | nsISupports |
This interface is intended to be used as a service.
This interface is implemented by the following components:
Methods
nsIAbDirFactory getDirFactory ( char* uri )
nsIAbDirFactory getDirFactory ( char* uri )
Obtain a directory factory component given a uri representing an address book
The scheme is extracted from the uri and contract id is generated of the form:
This id is used to instantiate a registered component which implemented the nsIAbDirFactory interface
- Arguments:
- uri: The uri which contains the scheme that defines what directory factory instance is returned
Reference documentation is generated from Mozilla's source.
