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
FieldsModifier and TypeFieldDescriptionprotected static final StringThe well-known name of the default serializerprotected static final StringExtention point nameFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSerializer(String id) Returns theTemplateSerializerwith 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, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrderMethods 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:TemplateSerializerServiceReturns theTemplateSerializerwith the givenid.If no
TemplateSerializeris found, return the 'default' one.- Specified by:
getSerializerin interfaceTemplateSerializerService
-