Uses of Class
org.nuxeo.template.api.descriptor.TemplateProcessorDescriptor
Packages that use TemplateProcessorDescriptor
Package
Description
-
Uses of TemplateProcessorDescriptor in org.nuxeo.template.api
Methods in org.nuxeo.template.api that return types with arguments of type TemplateProcessorDescriptorModifier and TypeMethodDescriptionTemplateProcessorService.getRegisteredTemplateProcessors()
Returns all registeredTemplateProcessor
s -
Uses of TemplateProcessorDescriptor in org.nuxeo.template.api.descriptor
Methods in org.nuxeo.template.api.descriptor that return TemplateProcessorDescriptorMethods in org.nuxeo.template.api.descriptor with parameters of type TemplateProcessorDescriptorModifier and TypeMethodDescriptionvoid
TemplateProcessorDescriptor.merge
(TemplateProcessorDescriptor srcTpd) -
Uses of TemplateProcessorDescriptor in org.nuxeo.template.service
Fields in org.nuxeo.template.service with type parameters of type TemplateProcessorDescriptorModifier and TypeFieldDescriptionprotected Map<String,
TemplateProcessorDescriptor> TemplateProcessorRegistry.processors
Methods in org.nuxeo.template.service that return TemplateProcessorDescriptorModifier and TypeMethodDescriptionTemplateProcessorRegistry.clone
(TemplateProcessorDescriptor tpd) protected TemplateProcessorDescriptor
TemplateProcessorComponent.findProcessorByExtension
(String extension) protected TemplateProcessorDescriptor
TemplateProcessorComponent.findProcessorByMimeType
(String mt) TemplateProcessorComponent.findProcessorDescriptor
(Blob templateBlob) TemplateProcessorComponent.getDescriptor
(String name) TemplateProcessorRegistry.getProcessorByName
(String name) Methods in org.nuxeo.template.service that return types with arguments of type TemplateProcessorDescriptorModifier and TypeMethodDescriptionTemplateProcessorComponent.getRegisteredTemplateProcessors()
TemplateProcessorRegistry.getRegistredProcessors()
Methods in org.nuxeo.template.service with parameters of type TemplateProcessorDescriptorModifier and TypeMethodDescriptionTemplateProcessorRegistry.clone
(TemplateProcessorDescriptor tpd) void
TemplateProcessorRegistry.contributionRemoved
(String id, TemplateProcessorDescriptor tpd) void
TemplateProcessorRegistry.contributionUpdated
(String id, TemplateProcessorDescriptor tpd, TemplateProcessorDescriptor newTpd) TemplateProcessorRegistry.getContributionId
(TemplateProcessorDescriptor tpd) void
TemplateProcessorRegistry.merge
(TemplateProcessorDescriptor srcTpd, TemplateProcessorDescriptor descTpd)