basic views for pyramid view
Project description
rebecca.view
rebecca.view is helper classes for pyramid views.
BasicView methods and properties
properties:
- ``context`` view context passed to constructor - ``request`` request passed to constructor - ``response`` response attribute of ``request`` - ``body`` body attribute of ``request``
methods:
- ``redirect(url)`` create HTTPFound object from url - ``redirect_route(route_name, **values)`` create HTTPFound object with route_url - ``action_dispatch`` call method named *_action with request param.
USAGE
To use BasicView, inherit that simply.:
class Greeting(BasicView): def __call__(self): return self.redirect_route('top', v=1)
Contributors
Atsushi Odagiri, Original Author
Changelog
0.1 (2013-03-10)
first release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rebecca.view-0.1.tar.gz
(3.3 kB
view hashes)