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

Type IView

    Interface --+    
                |    
IContextDependent --+
                    |
    Interface --+   |
                |   |
    IPresentation --+
                    |
                   IView


Views provide a connection between an external actor and an object


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

Class Variable Details

context

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

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

request

Type:
str
Value:
'''The request

        The request is a surrogate for the user. It also provides the
        presentation type and skin. It is of type
        IPresentationRequest.
        '''                                                            

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