z3c.layer.pagelet

Pagelet layer setup for Zope 3
Download

z3c.layer.pagelet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Publisher Name:
  • Zope Corporation and Contributors
  • Publisher web site:
  • http://zope org

z3c.layer.pagelet Tags


z3c.layer.pagelet Description

Pagelet layer setup for Zope 3 z3c.layer.pagelet is a Python package that provides a pagelet based layer setup for Zope3.This layer supports a correct set of component registration and can be used for inheritation in custom skins.Right now the default implementation in Zope3 has different restriction in the traversal concept and use to much registration on the default layer.ImportantThis layer ia based on the pagelet pattern. This means every page e.g. the error page is based on the pagelet concept.IPageletBrowserLayer LayerThe pagelet layer is useful for build custom presentation skins without access to ZMI menus like zmi_views etc. This means there is no menu item registred if you use this layer.This layer is NOT derived from IDefaultBrowserLayer layer. Therefore it provides only a minimal set of the most important public views such as @@absolute_url which get registered in zope packages for the IHTTPRequest and IBrowserRequest. Next to this views, this package will only provide error views and traversers which are normaly regsitered in the following zope packages: * zope.app.http.exception * zope.app.publication * zope.browserresource * zope.traversingNote, this package does not depend on all the packages described above. We only need to depend on the same interfaces where this package will define views and traversers for. Requirements: · Python · Zope What's New in This Release: · Re-release of 1.8.1 as the changes in it require a new major release because they broke z3c.authviewlet.


z3c.layer.pagelet Related Software