Package p6 :: Package zcmlsupport :: Module metadirectives :: Class IAdapterDirective
[show private | hide private]
[frames | no frames]

Type IAdapterDirective

Interface --+
            |
           IAdapterDirective


Register an adapter


Class Variable Summary
unicode factory = u'Adapter factory/factories\n\nA list of facto...
unicode for_ = u'Specifications to be adapted\n\nThis should be ...
unicode name = u'Name\n\nAdapters can have names.\n\nThis attrib...
unicode provides = u'Interface the component provides\n\nThis at...
unicode trusted = u'Trusted\n\nMake the adapter a trusted adapte...

Class Variable Details

factory

Type:
unicode
Value:
u'Adapter factory/factories\n\nA list of factories (usually just one) \
that create the adapter instance.'                                     

for_

Type:
unicode
Value:
u'Specifications to be adapted\n\nThis should be a list of interfaces \
or classes'                                                            

name

Type:
unicode
Value:
u'Name\n\nAdapters can have names.\n\nThis attribute allows you to spe\
cify the name for this adapter.'                                       

provides

Type:
unicode
Value:
u'Interface the component provides\n\nThis attribute specifes the inte\
rface the adapter instance must provide.'                              

trusted

Type:
unicode
Value:
u'Trusted\n\nMake the adapter a trusted adapter\n\n        Trusted ada\
pters have unfettered access to the objects they\n        adapt.  If a\
sked to adapt security-proxied objects, then,\n        rather than get\
ting an unproxied adapter of security-proxied\n        objects, you ge\
t a security-proxied adapter of unproxied\n        objects.\n        ' 

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