[Zope3-dev] should the view lookup machinery call getAdapter?

R. David Murray bitz@bitdance.com
Mon, 1 Apr 2002 17:01:39 -0500 (EST)


On Mon, 1 Apr 2002, Casey Duncan wrote:
> <browser:view name="RolePermissionsManagement"
>                for="Zope.App.OFS.Memento.IMementoStorable."
>                factory="Zope.App.Security.RolePermissionView." />

Using the inheritence hierarchy to solve this is elegant.

One question:  how would the following hypothetical (but probably
essential) adapter play into your scheme?

<adapter
	factory="Zope.App.OFS.Memento.ObjectHubMementoBag."
	provides="Zope.App.OFS.Memento.IMementoBag."
	/>

--RDM