Package | Description |
---|---|
org.nuxeo.template.adapters.doc | |
org.nuxeo.template.api | |
org.nuxeo.template.api.descriptor | |
org.nuxeo.template.jsf | |
org.nuxeo.template.service |
Modifier and Type | Method and Description |
---|---|
protected OutputFormatDescriptor |
TemplateBasedDocumentAdapterImpl.getOutputFormatDescriptor(String outputFormat) |
Modifier and Type | Method and Description |
---|---|
OutputFormatDescriptor |
TemplateProcessorService.getOutputFormatDescriptor(String outputFormatId)
The returned
OutputFormatDescriptor contains either an operation chain or a mime-type use to convert the
output of a rendered document. |
Modifier and Type | Method and Description |
---|---|
Collection<OutputFormatDescriptor> |
TemplateProcessorService.getOutputFormats() |
Modifier and Type | Method and Description |
---|---|
OutputFormatDescriptor |
OutputFormatDescriptor.clone() |
Modifier and Type | Method and Description |
---|---|
void |
OutputFormatDescriptor.merge(OutputFormatDescriptor srcOutFormat) |
Modifier and Type | Method and Description |
---|---|
Collection<OutputFormatDescriptor> |
TemplatesActionBean.getOutputFormatDescriptors() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,OutputFormatDescriptor> |
OutputFormatRegistry.outputFormats |
Modifier and Type | Method and Description |
---|---|
OutputFormatDescriptor |
OutputFormatRegistry.clone(OutputFormatDescriptor outFormat) |
OutputFormatDescriptor |
OutputFormatRegistry.getOutputFormatById(String id) |
OutputFormatDescriptor |
TemplateProcessorComponent.getOutputFormatDescriptor(String outputFormatId) |
Modifier and Type | Method and Description |
---|---|
Collection<OutputFormatDescriptor> |
TemplateProcessorComponent.getOutputFormats() |
Collection<OutputFormatDescriptor> |
OutputFormatRegistry.getRegistredOutputFormat() |
Modifier and Type | Method and Description |
---|---|
OutputFormatDescriptor |
OutputFormatRegistry.clone(OutputFormatDescriptor outFormat) |
void |
OutputFormatRegistry.contributionRemoved(String id,
OutputFormatDescriptor outFormat) |
void |
OutputFormatRegistry.contributionUpdated(String id,
OutputFormatDescriptor outFormat,
OutputFormatDescriptor newoutFormat) |
String |
OutputFormatRegistry.getContributionId(OutputFormatDescriptor outFormat) |
void |
OutputFormatRegistry.merge(OutputFormatDescriptor srcOutFormat,
OutputFormatDescriptor descOutFormat) |
Copyright © 2018 Nuxeo. All rights reserved.