...
A component definition defines the basic behavior of the component, most importantly its type. The supported component types are:
Resource | Description |
---|---|
Element | Add a new content element to the XperienCentral Workspace. |
Panel | Add a new popup panel to the XperienCentral Workspace. |
MediaItem | Add a new media item type to the XperienCentral Workspace. |
Form | Add a new handler to the XperienCentral Workspace. |
Presentation | Modify the presentation of the website environment. |
Service | Provide a headless service to be used by other plugins. |
Page metadata | Add an additional metadata section to pages in the XperienCentral Workspace. |
Servlet | Add a new servlet to the XperienCentral installation. |
...
Inversion of Control (IoC)
...