Interface TemplateActionModelFactory
-
- All Known Implementing Classes:
FreeMarkerWithLuceneExtensionsModelFactory
public interface TemplateActionModelFactoryA factory that builds models to use with a particular template engine for use with scheduled actions built from action templates.- Author:
- Andy Hind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getModel()Build a model with no default node context.Map<String,Object>getModel(org.alfresco.service.cmr.repository.NodeRef nodeRef)Build a model with a default node context.StringgetTemplateEngine()Get the name of the template engine for which this factory applies
-