| 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 |
| Modifier and Type | Method and Description |
|---|---|
Processor |
WebResourceManager.getProcessor(String name)
Returns the corresponding processor with given name, or null if not found.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessorDescriptor |
| Modifier and Type | Method and Description |
|---|---|
int |
ProcessorDescriptor.compareTo(Processor o) |
| Modifier and Type | Method and Description |
|---|---|
Processor |
WebResourceManagerImpl.getProcessor(String name) |
Processor |
ProcessorRegistry.getProcessor(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Processor> |
WebResourceManagerImpl.getProcessors() |
List<Processor> |
ProcessorRegistry.getProcessors() |
List<Processor> |
WebResourceManagerImpl.getProcessors(String type) |
List<Processor> |
ProcessorRegistry.getProcessors(String type) |
| Modifier and Type | Method and Description |
|---|---|
static List<Processor> |
NuxeoConfigurableProvider.resolveProcessors(String type) |
Copyright © 2019 Nuxeo. All rights reserved.