PyFrame::Controller::Apache::Apache Class Reference
List of all members.
Member Function Documentation
| def PyFrame::Controller::Apache::Apache::__init__ |
( |
|
self, |
|
|
|
req | |
|
) |
| | |
00007 :
00008 self.req = req
00009 req.content_type = "text/html; charset=windows-1251"
00010
def get(self, param):
| def PyFrame::Controller::Apache::Apache::get |
( |
|
self, |
|
|
|
param | |
|
) |
| | |
00011 :
00012 self.__setForm()
00013
00014 if not self.form.has_key(param):
00015 return False
00016 return self.form[param]
00017
def getForm(self):
| def PyFrame::Controller::Apache::Apache::getForm |
( |
|
self |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: