Package aquarium :: Package urlscheme :: Package decorator :: Module Backwards :: Class Backwards
[show private | hide private]
[frames | no frames]

Class Backwards

 AquariumClass --+    
                 |    
UrlSchemeDecorator --+
                     |
                    Backwards


This is an example urlscheme decorator.

Actually, it's the example used in the aquarium.urlscheme.decorator.UrlSchemeDecorator documentation. It makes the URLs visible to the user appear backwards :)


Method Summary
  screen(self, screen, *args, **kargs)
Return a dynamic URL for the given screen.
  whichScreen(self)
Which screen does the user want to view?
    Inherited from UrlSchemeDecorator
  __init__(self, ctx, inner)
Accept ctx and inner.
  __getattr__(self, attr)
Let self.inner take care of it.

Method Details

screen(self, screen, *args, **kargs)

Return a dynamic URL for the given screen.

whichScreen(self)

Which screen does the user want to view?


Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 http://epydoc.sf.net