Class Summary
Class |
Description |
AnchorHandlebarsHelper |
The {{anchor}} handlebars helper outputs a HTML anchor for the currently publishing content item.
|
BaseHelper |
This class is the base class from which all handlebars.java helpers should extend.
|
CanonicalURLHandlebarsHelper |
The {{canonicalURL}} handlebars helper is used to output the Canonical URL of the page being published.
|
ChannelDescriptionHandlebarsHelper |
The {{channelDescription}} handlebars helper outputs the description of the currently publishing Channel.
|
ChannelIdHandlebarsHelper |
The {{channelId}} handlebars helper outputs the Id of the currently publishing Channel.
|
ChannelNameHandlebarsHelper |
The {{channelName}} handlebars helper outputs the name of the currently publishing Channel.
|
ContentIdHandlebarsHelper |
The {{contentId}} handlebars helper outputs the Id of the currently publishing content item.
|
ContentLastModifiedDateHandlebarsHelper |
The {{contentLastModifiedDate}} handlebars helper returns the last modified date of the currently publishing content item.
|
ContentVersionHandlebarsHelper |
The {{contentVersion}} handlebars helper outputs the version number of the currently publishing content item.
|
CreateContentHandlebarsHelper |
The {{createContent}} handlebars helper outputs a URL to allow an end-user to create a Content Item
in the Section that is being published.
|
CreateDateHandlebarsHelper |
The {{createDate}} handlebars helper returns the original create date of the currently publishing content item.
|
CreateSectionHandlebarsHelper |
The {{createSection}} handlebars helper outputs a URL to allow an end-user to create a sub-section
under the Section that is being published.
|
DirectEditSectionHandlebarsHelper |
The {{directEditSection}} handlebars helper outputs a URL to allow an end-user to open Direct Edit
for the Section that is being published.
|
EditContentHandlebarsHelper |
The {{editContent}} handlebars helper outputs a URL to allow an end-user to edit the
currently publishing Content Item.
|
EditSectionHandlebarsHelper |
The {{editSection}} handlebars helper outputs a URL to allow an end-user to open the Section
that is being published in the standard Terminalfour UI for editing.
|
ExpiryDateHandlebarsHelper |
The {{expiryDate}} handlebars helper returns the expiry date of the currently publishing content item.
|
FieldHandlebarsHelper |
The {{field ...}} handlebars helper outputs fields from the Section Meta Content in Sections.
|
FileHandlebarsHelper |
The {{file ...}} handlebars helper is used to publish file based Content Elements.
|
FilesizeHandlebarsHelper |
The {{filesize element="Content Element"}} handlebars helper outputs the size of the
element with the provided name.
|
FirstHandlebarsHelper |
The {{first}} handlebars helper is used to process the first content item in a section in a different way to
the rest of the content items in the section.
|
FirstOfTypeHandlebarsHelper |
The {{firstOfType}} handlebars helper is used to target the first content item in a section that uses the
content type of the currently publishing content item.
|
FulltextHandlebarsHelper |
The {{{fulltext...}}} handlebars helper is used in conjunction with fulltext pages.
|
HelperUtils |
This class contains utility methods, mainly to enable quick access to the Publish API.
|
IfSetHandlebarsHelper |
The {{ifSet ...}} handlebars helper allows you to apply logic based on whether a Content Element has a value or not.
|
LastHandlebarsHelper |
The {{last}} handlebars helper is used to process the last content item in a section in a different way to
the rest of the content items in the section.
|
LastOfTypeHandlebarsHelper |
The {{lastOfType}} handlebars helper is used to target the last content item in a section that uses the
content type of the currently publishing content item.
|
LinkHandlebarsHelper |
The {{{link ...}}} handlebars helper can be used to publish Section and Content Link Content Elements.
|
ListHandlebarsHelper |
The {{list ...}} handlebars helper is used in the output of List Content Elements.
|
MediaHandlebarsHelper |
The {{{media ...}}} handlebars helper should be used to process Media.
|
MetaHandlebarsHelper |
The {{meta ...}} handlebars helper meta tags and their associated Section values to be published.
|
NavHandlebarsHelper |
The {{nav ...}} handlebars helper should be used to process Navigation Objects.
|
Nl2brHandlebarsHelper |
The {{nlbr ...}} handlebars helper is used to replace new lines with <br /> tags in
the current evaluation context.
|
PageURLHandlebarsHelper |
The {{pageURL}} handlebars helper is used to output the URL of the page being previewed or published.
|
PreviewHandlebarsHelper |
The {{#preview}} handlebars helper is a simple helper to allow processing of blocks to
in preview only.
|
PreviewURLHandlebarsHelper |
The {{previewURL}} handlebars helper is used to output the preview URL of the page being previewed or published.
|
ProcessHandlebarsHelper |
The {{{process ...}}} handlebar helper allows the developer to supply an inline handlebars template
for processing within the current evaluation context.
|
PublishDateHandlebarsHelper |
The {{publishDate}} handlebars helper returns the publish date of the currently publishing content item.
|
PublishHandlebarsHelper |
The {{publish ...}} handlebars helper is used to "publish" a Content Element.
|
PublishURLHandlebarsHelper |
The {{publishURL}} handlebars helper is used to output the URL at which the page will be available once published.
|
RawHandlebarsHelper |
The {{#raw}} handlebars helper allows for the contents of the block to be output as-is, without any further processing.
|
ScaleHandlebarsHelper |
The {{#scale ...}} handlebars helper should be used to created scaled instances of
images during publish.
|
SectionHandlebarsHelper |
The {{section ...}} handlebars helper is a simply utility helper that outputs Section information, including from the
Section Meta Content.
|
SectionIdHandlebarsHelper |
The {{sectionId}} handlebars helper is a simply utility helper that outputs the Section Id.
|
SectionNameHandlebarsHelper |
The {{sectionName}} handlebars helper is a simply utility helper that outputs the Section name.
|
SelectedHandlebarsHelper |
The {{selected ...}} handlebars helper is used to output the selected entries within List Content Elements.
|
SnippetHandlebarsHelper |
The {{{snippet ...}}} handlebars helper allows a developer to directly target the Section Meta Content
using the specified Content Layout.
|
TagsHandlebarsHelper |
The {{{tags ...}}} handlebars helper is for processing T4 Tags in strings.
|