VisLab

Donald Johnson's Weblog

Web-based Visualization

Title: Turbo Gears URL Matching
Category: Research
Posted by:
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. 

Login Information
Username:
Password:

© Donald Johnson. The views and opinions expressed in this page are strictly those of the page author. The contents of this page have not been reviewed or approved by Mississippi State University.