|
Class Summary |
| BBoard |
Utility classes and procedural abstractions for bboard. |
| DownloadFile |
Serves as a registered procedure for path
/bboard/download-file//pretty-name. |
| EmailQueue |
Maintains the list of people about to receive e-mail alerts for a
particular bboard posting. |
| MessagesDataSource |
Extension of the Selection class specific to bboard messages. |
| SingleMessageDataSource |
Just like a MessagesDataSource, but ensures the next
method exactly once; overrides next to always return
false. |
| SingleTopicDataSource |
Class to represent a single bboard topic. |
| TopicsDataSource |
|