A | |
add_web_functions [CamlTemplate] |
Adds the following template functions to a template data model:
|
as_source_loader [CamlTemplate.Cache] |
Upcasting function for
CamlTemplate.Cache.source_loader .
|
C | |
create [CamlTemplate.Cache] |
Creates a template cache.
|
D | |
dump [CamlTemplate] |
Returns a simple string representation of the parse tree,
for debugging purposes.
|
G | |
get_name [CamlTemplate] |
Returns the name of a template.
|
get_template [CamlTemplate.Cache] |
Given a cache and the name of a template, returns the template from the
cache.
|
M | |
make_file_loader [CamlTemplate.Cache] |
Returns a
CamlTemplate.Cache.source_loader that loads template source code
from files in a directory.
|
merge [CamlTemplate] |
Merges the data in a
CamlTemplate.Model.thash with
the template, and returns the resulting text in the buffer
provided.
|