| Home | Trees | Indices | Help |
|
|---|
|
|
This file is part of web2py Web Framework (Copyrighted, 2007) Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu> License: GPL v2
|
|||
| HttpServer | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
regex_url = re.compile(r'
|
|||
regex_session_id = re.compile(r'
|
|||
error_message =
|
|||
error_message_ticket =
|
|||
working_folder =
|
|||
|
|||
this function is used to generate a dynmaic page. It first runs all models, then runs the function in the controller, and then tries to render the output using a view/template. this function must run from the [applciation] folder. A typical examples would be the call to the url /[applicaiton]/[controller]/[function] that would result in a call to [function]() in applications/[application]/[controller].py renedred by applications/[application]/[controller]/[view].html |
this is the gluon wsgi application. the furst function called when a page is requested (static or dynamical). it can be called by paste.httpserver or by apache mod_wsgi. |
|
|||
regex_url
|
error_message
|
error_message_ticket
|
working_folder
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Mar 25 20:33:07 2008 | http://epydoc.sourceforge.net |