| TfArticle |
Represents a text article such as a new story or blog entry. |
| TfAudio |
Represents an audio recording such as a song or podcast, with audio file attachment. |
| TfBlock |
Represents a block of content, use it to create HTML blocks to insert into your site layout. |
| TfBlockHandler |
Manipulates block content objects (TfBlock). |
| TfCollection |
Represents a collection of content objects (analogous to a category). Hierarchical. |
| TfCollectionHandler |
Manipulates collection content objects (TfCollection). |
| TfContentHandler |
Base content handler class. Manipulates content objects (TfContentObject and subclasses). |
| TfContentHandlerFactory |
Factory class that instantiates TfContentHandler objects and handles dependency injection. |
| TfContentObject |
Base class for content objects. Represents a single content object. |
| TfDownload |
Represents a downloadable file, for example a publication or software archive. |
| TfImage |
Represents an image such as a photograph or illustration. |
| TfMetadata |
Provides page-level metadata. |
| TfPaginationControl |
Generates pagination controls for paging through content. |
| TfRss |
Generates RSS feeds for the whole site, individual collections and tags. |
| TfSearchContent |
Provides search functionality for the content module, returning mixed content objects. |
| TfStatic |
Represents a static content page, such as an 'about' page or staff directory. |
| TfTag |
Represents a subject tag used to label and sort content objects. Non-hierarchical. |
| TfTagHandler |
Manipulates tag content objects (TfTag). |
| TfTaglinkHandler |
Manipulates taglink objects (TfTaglink). |
| TfTemplate |
Used to hold variables that will be inserted into templates and to render templates for display. |
| TfVideo |
Represents a video recording, with video file attachment. |