Uses of Interface
org.alfresco.service.cmr.repository.TemplateProcessor
-
Packages that use TemplateProcessor Package Description org.alfresco.repo.processor org.alfresco.repo.template org.alfresco.service.cmr.repository -
-
Uses of TemplateProcessor in org.alfresco.repo.processor
Methods in org.alfresco.repo.processor that return TemplateProcessor Modifier and Type Method Description TemplateProcessorTemplateServiceImpl. getTemplateProcessor(java.lang.String engine)Methods in org.alfresco.repo.processor with parameters of type TemplateProcessor Modifier and Type Method Description voidTemplateServiceImpl. registerTemplateProcessor(TemplateProcessor templateProcessor) -
Uses of TemplateProcessor in org.alfresco.repo.template
Classes in org.alfresco.repo.template that implement TemplateProcessor Modifier and Type Class Description classFreeMarkerProcessorFreeMarker implementation of the template processor interface.classXSLTProcessor -
Uses of TemplateProcessor in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return TemplateProcessor Modifier and Type Method Description TemplateProcessorTemplateService. getTemplateProcessor(java.lang.String engine)Return a TemplateProcessor instance for the specified engine name.Methods in org.alfresco.service.cmr.repository with parameters of type TemplateProcessor Modifier and Type Method Description voidTemplateService. registerTemplateProcessor(TemplateProcessor templateProcessor)Registers a new template processor with the template service
-