[Zope-Checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture - IViewService.py:1.1.2.5
Kapil
k_vertigo@yahoo.com
Sat, 9 Feb 2002 11:21:38 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv14205
Modified Files:
Tag: Zope-3x-branch
IViewService.py
Log Message:
updated interface to reflect that getRequestView now calls a view's setViewRequest
method if present.
=== Zope3/lib/python/Zope/ComponentArchitecture/IViewService.py 1.1.2.4 => 1.1.2.5 ===
The object also provides a place to look for placeful views.
+ If the view implements setViewRequest, that method is
+ called with the Request.
+
A Zope.ComponentArchitecture.ComponentLookupError will be
raised if the component can't be found.
"""