Package Pyblosxom :: Package renderers :: Module base :: Class Renderer
[hide private]
[frames] | no frames]

Class Renderer

source code

RendererBase --+
               |
              Renderer

This is a null renderer.

Instance Methods [hide private]
    Inherited from RendererBase
 
__init__(self, request, stdoutput=sys.stderr)
Constructor: Initializes the Renderer
source code
 
addHeader(self, *args)
Populates the HTTP header with lines of text
source code
 
needsContentType(self, flag)
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.
source code
 
render(self, header=1)
Do final rendering.
source code
 
setContent(self, content)
Sets the content
source code
 
showHeaders(self)
Updated the headers of the Response instance.
source code
 
write(self, data)
Convenience method for programs to use instead of accessing self._out.write()
source code