Content Presenter Display Template Support |
The Content Presenter Display Template Support functions are meant to aid Display Template developers. These functions are only available when the web project references the optional Content Presenter Framework facet of WebLogic Portal.
Unlike traditional JSP tags, these are expression language functions, for example: "${templates:isPlainText(node)}".
These functions will aid in:
1) Determining the best MIME type for a content node
2) Generating HTML to best display a node (by determining the most representative property and intelligently displaying that property value as best we can)
3) Determining some context about the Content Presenter portlet that the template is displayed in
|