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.
|
| DateElementHandlebarsHelper |
The {{dateElement ...}} handlebars helper is a simple helper to get the value of a Date Element within
a Content Item.
|
| DateFormatHandlebarsHelper |
The {{dateFormat ...}} handlebars helper extends the core dateFormat that is provided as part of
handlebars.java.
|
| 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.
|
| EmbedHandlebarsHelper |
The {{embed ...}} handlebars helper allows a developer to embed one Content Layout within
another one.
|
| EqHandlebarsHelper |
The {{eq ...}} handlebars helper extends the core eq that is provided as part of
handlebars.java.
|
| ExpiryDateHandlebarsHelper |
The {{expiryDate}} handlebars helper returns the expiry date of the currently publishing content item.
|
| 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.
|
| FirstInSequenceHandlebarsHelper |
The {{firstInSequence}} handlebars helper is used to target the currently publishing content item when
it's the first content item in a sequence of content items in the section using the same content type.
|
| 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.
|
| FormHandlebarsHelper |
The {{form ...}} handlebars helper is used to publish forms.
|
| 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.
|
| LanguageCodeHandlebarsHelper |
The {{languageCode}} handlebars helper outputs the language of the currently publishing page.
|
| LanguageLinkHandlebarsHelper |
The {{{languageLink ...}}} handlebars helper outputs a link to the current publish page in
selected language.
|
| 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.
|
| LastInSequenceHandlebarsHelper |
The {{lastInSequence}} handlebars helper is used to target the currently publishing content item when
it's the last content item in a group of content items in the section using the same content type.
|
| 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.
|
| ListByIdHandlebarsHelper |
The {{listById ...}} handlebars helper is used in the output of Predefined Lists directly.
|
| 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.
|
| MediaIdHandlebarsHelper |
The {{mediaId ...}} handlebars helper gets the Id of a media element within a Content Item.
|
| 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.
|
| NeqHandlebarsHelper |
The {{neq ...}} handlebars helper extends the core neq that is provided as part of
handlebars.java.
|
| Nl2brHandlebarsHelper |
The {{nlbr ...}} handlebars helper is used to replace new lines with <br /> tags in
the current evaluation context.
|
| PageLayoutIdHandlebarsHelper |
The {{pageLayoutId}} handlebars helper is a simple helper that outputs the
ID of the Page Layout assigned to the currently publishing Section.
|
| 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.
|
| SectionLevelHandlebarsHelper |
The {{sectionLevel}} handlebars helper is a simple utility helper that outputs a number that represents how deep in the site structure the current section is - starting with 1 as the channel root.
|
| 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.
|
| SelectedNamesHandlebarsHelper |
The {{selectedNames ...}} handlebars helper is used to output the selected
names of a List Content Element.
|
| SelectedValuesHandlebarsHelper |
The {{selectedValues ...}} handlebars helper is used to output the selected
values of a List Content Element.
|
| SnippetHandlebarsHelper |
The {{{snippet ...}}} handlebars helper allows a developer to directly target the Section Meta Content
using the specified Content Layout.
|