Blueprint Developer Manual / Version 2310
Table Of Contents
Extension points are CoreMedia interfaces or classes which are annotated as
com.coremedia.cms.common.plugins.plugin_base.ExtensionPoint
.
Typically, extension points are strategies like content hub adapters or validators. A plugin provides instances of extension points as Spring beans in its configuration class. The plugin framework detects them at runtime by their type and passes them to the components that apply them.
Extension Points Reference
CoreMedia Content Cloud features the following extension points (grouped by applications):
Every application using Spring Webmvc
Content Feeder / Studio Server
Studio Server
Headless Server
For details, consult the API documentation of the particular extension point.