Package posterity :: Module controllers :: Class ConvController

Class ConvController



object --+
         |
        ConvController

Instance Methods
 
perform_action(self, req, tag, do_action, sel, index_mode=False)
Implements common operations on a set of conversations.
 
conv_index(self, environ, start_response)
The conversation index view.
 
conv_show(self, environ, start_response)
Shows a specific conversation thread.

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

perform_action(self, req, tag, do_action, sel, index_mode=False)

 

Implements common operations on a set of conversations.

This method is used by many of the views controlled by this class.

conv_index(self, environ, start_response)

 

The conversation index view.

This view lists all conversations associated with a certain tag.

conv_show(self, environ, start_response)

 

Shows a specific conversation thread.

All messages associated with the conversation are listed below each other in cronological order.