Package zope :: Package component :: Package bbb :: Module interfaces :: Class IAdapterService
[show private | hide private]
[frames | no frames]

Type IAdapterService

Interface --+
            |
           IAdapterService


A service to manage Adapters.


Class Variable Summary
str queryAdapter = 'Look for a named adapter to an interface...
str queryMultiAdapter = 'Look for a multi-adapter to an inte...
str subscribers = 'Get subscribers\n\n        Subscribers ar...

Class Variable Details

queryAdapter

Type:
str
Value:
'''Look for a named adapter to an interface for an object

        If a matching adapter cannot be found, returns the default.

        The name consisting of an empty string is reserved for unnamed
        adapters. The unnamed adapter methods will often call the
        named adapter methods with an empty string for a name.
        '''                                                            

queryMultiAdapter

Type:
str
Value:
'''Look for a multi-adapter to an interface for an object

        If a matching adapter cannot be found, returns the default.

        The name consisting of an empty string is reserved for unnamed
        adapters. The unnamed adapter methods will often call the
        named adapter methods with an empty string for a name.
        '''                                                            

subscribers

Type:
str
Value:
'''Get subscribers

        Subscribers are returned that provide the provided interface
        and that depend on and are comuted from the sequence of
        required objects.
        '''                                                            

Generated by Epydoc 2.1 on Fri Jun 24 12:01:26 2005 http://epydoc.sf.net