Uses of Interface
org.nuxeo.ecm.web.resources.api.Processor
-
Packages that use Processor Package Description org.nuxeo.ecm.web.resources.api.service org.nuxeo.ecm.web.resources.core org.nuxeo.ecm.web.resources.core.service org.nuxeo.ecm.web.resources.wro.provider -
-
Uses of Processor in org.nuxeo.ecm.web.resources.api.service
Methods in org.nuxeo.ecm.web.resources.api.service that return Processor Modifier and Type Method Description Processor
WebResourceManager. 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 Processor Modifier and Type Method Description List<Processor>
WebResourceManager. getProcessors()
Returns all processors registered on the service, ordered.List<Processor>
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 Processor Modifier and Type Class Description class
ProcessorDescriptor
Methods in org.nuxeo.ecm.web.resources.core with parameters of type Processor Modifier and Type Method Description int
ProcessorDescriptor. compareTo(Processor o)
-
Uses of Processor in org.nuxeo.ecm.web.resources.core.service
Methods in org.nuxeo.ecm.web.resources.core.service that return Processor Modifier and Type Method Description Processor
ProcessorRegistry. getProcessor(String id)
Processor
WebResourceManagerImpl. getProcessor(String name)
Methods in org.nuxeo.ecm.web.resources.core.service that return types with arguments of type Processor Modifier and Type Method Description List<Processor>
ProcessorRegistry. getProcessors()
List<Processor>
ProcessorRegistry. getProcessors(String type)
List<Processor>
WebResourceManagerImpl. getProcessors()
List<Processor>
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 Modifier and Type Method Description static List<Processor>
NuxeoConfigurableProvider. resolveProcessors(String type)
-