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

Type IContextDependent

Interface --+
            |
           IContextDependent

Known Subclasses:
IView

Components implementing this interface must have a context component.

Usually the context must be one of the arguments of the constructor. Adapters and views are a primary example of context-dependent components.


Class Variable Summary
str context = 'The context of the object\n\n        This is ...

Class Variable Details

context

Type:
str
Value:
'''The context of the object

        This is the object being adapted, viewed, extended, etc.
        '''                                                            

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