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

Class Renderer

RendererBase --+
               |
              Renderer


Method Summary
    Inherited from RendererBase
  __init__(self, request, stdoutput)
Constructor: Initializes the Renderer
  addHeader(self, *args)
Populates the HTTP header with lines of text
  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.
  render(self, header)
Do final rendering.
  setContent(self, content)
Sets the content
  showHeaders(self)
Updated the headers of the Response instance.
  write(self, data)
Convenience method for programs to use instead of accessing self._out.write()

Generated by Epydoc 2.1 on Tue Feb 7 21:43:58 2006 http://epydoc.sf.net