Interface TemplateProcessorExtension
- All Superinterfaces:
org.alfresco.processor.ProcessorExtension
- All Known Implementing Classes:
BaseTemplateProcessorExtension,Classification,DateCompareMethod,DateIncrementMethod,DocumentationURLMethod,HasAspectMethod,HasPermissionMethod,I18NMessageMethod,ISO8601DateFormatMethod,People,Session,Site,URLDecodeMethod,Workflow
public interface TemplateProcessorExtension
extends org.alfresco.processor.ProcessorExtension
Interface to represent a server side template extension implementation
- Author:
- Kevin Roast
-
Method Summary
Modifier and TypeMethodDescriptionGet the template image resolver for this extensionvoidSet the template image resolver for this extensionMethods inherited from interface org.alfresco.processor.ProcessorExtension
getExtensionName
-
Method Details
-
setTemplateImageResolver
Set the template image resolver for this extension- Parameters:
resolver- TemplateImageResolver
-
getTemplateImageResolver
TemplateImageResolver getTemplateImageResolver()Get the template image resolver for this extension- Returns:
- TemplateImageResolver
-