Uses of Interface
org.nuxeo.ecm.web.resources.api.Processor
Packages that use Processor
Package
Description
-
Uses of Processor in org.nuxeo.ecm.web.resources.api.service
Methods in org.nuxeo.ecm.web.resources.api.service that return ProcessorModifier and TypeMethodDescriptionWebResourceManager.getProcessor
(String name) Returns the corresponding processor with given name, or null if not found.Methods in org.nuxeo.ecm.web.resources.api.service that return types with arguments of type ProcessorModifier and TypeMethodDescriptionWebResourceManager.getProcessors()
Returns all processors registered on the service, ordered.WebResourceManager.getProcessors
(String type) Returns all processors registered on the service, ordered, for given type. -
Uses of Processor in org.nuxeo.ecm.web.resources.core
Classes in org.nuxeo.ecm.web.resources.core that implement ProcessorMethods in org.nuxeo.ecm.web.resources.core with parameters of type Processor -
Uses of Processor in org.nuxeo.ecm.web.resources.core.service
Methods in org.nuxeo.ecm.web.resources.core.service that return ProcessorModifier and TypeMethodDescriptionProcessorRegistry.getProcessor
(String id) WebResourceManagerImpl.getProcessor
(String name) Methods in org.nuxeo.ecm.web.resources.core.service that return types with arguments of type ProcessorModifier and TypeMethodDescriptionProcessorRegistry.getProcessors()
ProcessorRegistry.getProcessors
(String type) WebResourceManagerImpl.getProcessors()
WebResourceManagerImpl.getProcessors
(String type) -
Uses of Processor in org.nuxeo.ecm.web.resources.wro.provider
Methods in org.nuxeo.ecm.web.resources.wro.provider that return types with arguments of type Processor