Functions
| join(a, *p) | Join two or more pathname components, inserting ‘/’ as needed. |
Classes
| Action(req, params) | Represents an action that can be taken by the server. |
| CheetahCompiledTemplate(req, params) | Represents a compiled Cheetah template. |
| CheetahFilesystemTemplate(req, params) | |
| CheetahStringTemplate(req, params) | |
| FileResource(req, params) | A base class for an action that reads the contents of a file. |
| Template([source, namespaces, searchList, ...]) | This class provides a) methods used by templates at runtime and b) |