GenericTemplateAssetController is for assets which are not returned by a short url (see StreamedAssetController) and
do not have a specific controller (eg SearchFormController).
An Alfresco specific extension of Spring AcceptHeaderLocaleResolver,
which prefers the current I18NUtil locale, and falls back on the
browser if unavailable.
Freemarker directive which indicates an editable area of the page
Usage: <@markContent id=nodeRef title=mytitle formId=form nestedMarker='true'/>
id - The mandatory id attribute specifies the NodeRef of the Alfresco node to be edited.
Freemarker directive which bootstraps the Web Editor
Usage: <@startTemplate toolbarLocation=xxx/>
The toolbarLocation attribute controls the initial location of the toolbar,
valid values are "top", "left" and "right", the default is "top".