Home | Trees | Index | Help |
|
---|
Package Pyblosxom :: Package renderers :: Module blosxom :: Class BlosxomRenderer |
|
RendererBase
--+
|
BlosxomRenderer
Renderer
Method Summary | |
---|---|
Constructor: Initializes the Renderer | |
Return the content field | |
Find the flavour template for template_name, run any blosxom callbacks, substitute entry into it and append the template to the output. | |
Figures out flavours and such and then renders the content according to which flavour we're using. | |
Inherited from RendererBase | |
Populates the HTTP header with lines of text | |
Use the renderer to determine 'Content-Type: x/x' default is to use the renderer for Content-Type, set flag to None to indicate no Content-Type generation. | |
Sets the content | |
Updated the headers of the Response instance. | |
Convenience method for programs to use instead of accessing self._out.write() |
Method Details |
---|
__init__(self,
request,
stdoutput=<epydoc.imports._DevNull instance at 0x4021768c>)
Constructor: Initializes the Renderer
|
getContent(self)Return the content field This is exposed for blosxom callbacks.
|
outputTemplate(self, output, entry, template_name, override=0)Find the flavour template for template_name, run any blosxom callbacks, substitute entry into it and append the template to the output. If the entry has a "template_name" property and override is 1 (this happens in the story template), then we'll use that template instead.
|
render(self, header=1)Figures out flavours and such and then renders the content according to which flavour we're using.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Feb 7 21:43:58 2006 | http://epydoc.sf.net |