fresolve...
- Uses dispatching information found in
environ['wsgiorg.routing_args'] to retrieve a controller name and
return the controller instance from the appropriate controller
module.
ffind_controller...
- Locates a controller by attempting to import it then grab the
SomeController instance from the imported module.
fdispatch...
- Dispatches to a controller, will instantiate the controller if
necessary.
fsetup_app_env...
- Setup and register all the Pylons objects with the registry