Register a Zope Component Architecture “adapter”.
1 2 3 4 5 | <adapter
for=".foo.IFoo .bar.IBar"
provides=".interfaces.IMyAdapter"
factory=".adapters.MyAdapter"
/>
|
Use the registerAdapter method of the registry attribute of a Configurator instance during initial application setup.
None.