| Title: | Turbo Gears URL Matching |
|---|---|
| Category: | Research |
| Posted by: | Donald Johnson |
| Previous: | Visualization Transform Derivation Representation |
| Next: | Turbo Gears Index function |
Turbogears responds to URL request by traversing an internal function/object tree. The root of this tree is the class root defined in the code module controlers.py. Every turbogears project as its own controlers.py file. URLs are matched to the defined functions and objects of the root file. This terminates when a function is reached. The function matched in this way returns the web page.
| @ August 30, 2006 12:43:41 PM CDT ( ) |
|
|

