public interface ContentProcessorExtensionHandler extends ExtensionHandler
ContentProcessor| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
addAdditionalFieldsToModel(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
This method will add any additional attributes to the model that the extension needs
|
ExtensionResultStatusType |
addExtensionFieldDeepLink(List<DeepLink> links,
org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
Provides a hook point for an extension of content processor to optionally add in deep links
for a content item based on its extension fields
|
ExtensionResultStatusType |
postProcessDeepLinks(List<DeepLink> links)
Provides a hook point to allow extension handlers to modify the generated deep links.
|
getPriority, isEnabledExtensionResultStatusType addAdditionalFieldsToModel(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element)
arguments - - the Thymeleaf Processor argumentselement - - the Thymeleaf Processor elementExtensionResultStatusType addExtensionFieldDeepLink(List<DeepLink> links, org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element)
links - arguments - element - ExtensionResultStatusType postProcessDeepLinks(List<DeepLink> links)
links - Copyright © 2014. All Rights Reserved.