PyFrame::Controller::Apache::Apache Class Reference

List of all members.

Public Member Functions

def __init__
def get
def getForm

Static Public Attributes

 form = None
 req = None


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  ) 

00018                          :
00019                 self.__setForm()
00020                 return self.form
00021 
        def __setForm(self):


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Wed Oct 14 16:45:09 2009 for PyFrame by  doxygen 1.5.8