Method Summary |
|
render (self,
header)
Renders a PyBlosxom request after we've gone through all the motions
of converting data and getting entries to render. |
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. |
|
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() |