Class TemplateSerializerServiceImpl
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.template.serializer.service.TemplateSerializerServiceImpl
- All Implemented Interfaces:
Adaptable
,Component
,Extensible
,TimestampedService
,TemplateSerializerService
public class TemplateSerializerServiceImpl
extends DefaultComponent
implements TemplateSerializerService
- Since:
- 11.1
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
The well-known name of the default serializerprotected static final String
Extention point nameFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSerializer
(String id) Returns theTemplateSerializer
with the givenid
.Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution, unregisterExtension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
Methods inherited from interface org.nuxeo.template.serializer.service.TemplateSerializerService
deserializeXML, serializeXML
-
Field Details
-
EXTENSION_POINT_NAME
Extention point name- See Also:
-
DEFAULT_SERIALIZER_NAME
The well-known name of the default serializer- See Also:
-
-
Constructor Details
-
TemplateSerializerServiceImpl
public TemplateSerializerServiceImpl()
-
-
Method Details
-
getSerializer
Description copied from interface:TemplateSerializerService
Returns theTemplateSerializer
with the givenid
.If no
TemplateSerializer
is found, return the 'default' one.- Specified by:
getSerializer
in interfaceTemplateSerializerService
-