PyFrame::Controller::Default::Default Class Reference
List of all members.
Member Function Documentation
| def PyFrame::Controller::Default::Default::__init__ |
( |
|
self |
) |
|
| def PyFrame::Controller::Default::Default::dispatch |
( |
|
self |
) |
|
00009 :
00010 param = self.ap.get('action')
00011 if not param:
00012 param = "index"
00013 if not hasattr(self, param + 'Action'):
00014 sys.stderr.write("I don't know how to do %sAction() !\n" % str(param))
00015 param = "index"
00016 sys.stderr.write("We are doing: %sAction() \n" % str(param))
00017 exec "self." + param + "Action()"
exec "self." + param + "Action()"
Member Data Documentation
The documentation for this class was generated from the following file: