Headless Server Developer Manual / Version 2101
Table Of ContentsCopyright CoreMedia GmbH © 2021
CoreMedia GmbH
Ludwig-Erhard-Straße 18
20459 Hamburg
International
All rights reserved. No part of this manual or the corresponding program may be reproduced or copied in any form (print, photocopy or other process) without the written permission of CoreMedia GmbH.
Germany
Alle Rechte vorbehalten. CoreMedia und weitere im Text erwähnte CoreMedia Produkte sowie die entsprechenden Logos sind Marken oder eingetragene Marken der CoreMedia GmbH in Deutschland. Alle anderen Namen von Produkten sind Marken der jeweiligen Firmen.
Das Handbuch bzw. Teile hiervon sowie die dazugehörigen Programme dürfen in keiner Weise (Druck, Fotokopie oder sonstige Verfahren) ohne schriftliche Genehmigung der CoreMedia GmbH reproduziert oder vervielfältigt werden. Unberührt hiervon bleiben die gesetzlich erlaubten Nutzungsarten nach dem UrhG.
Licenses and Trademarks
All trademarks acknowledged.
June 09, 2021- 1. Preface
- 2. Overview
- 3. Configuration and Operation
- 4. Development
- 5. Rich Text
- 6. eCommerce Extension
- 7. Personalization Extension
- 8. Persisted Queries
- 9. REST Access to GraphQL
- 10. Site Filter
- 11. Metadata Root
- 12. Frontend Client Development
- 13. Configuration Property Reference
- Glossary
- Index
List of Figures
List of Tables
- 1.1. CoreMedia manuals
- 1.2. Typographic conventions
- 1.3. Pictographs
- 1.4. Changes
- 5.1. Available context types for the contexts section.
- 5.2. Available properties for !Context and !RootContext.
- 5.3. Available properties for !Matcher.
- 5.4. Available properties for !Push and !ReplacePush.
- 5.5. Available properties for !ElementWriter.
- 5.6. Available properties for !ImageWriter.
- 5.7. Available properties for !LinkWriter.
- 7.1. Generic Personalization rules
- 7.2. Taxonomy Personalization rules
- 7.3. Date/Time Personalization rules
- 7.4. Elastic Social Personalization rules
- 7.5. Commerce Personalization rules
- 7.6. SFMC Personalization rules
List of Examples
- 4.1. Creating a ModelMapper for Calendar objects
- 4.2. Creating a filter predicate
- 4.3. Retrieve a value from a struct with the StructAdapter
- 4.4. Different ways to pass the paths parameter to the settings field from the GraphQL perspective
- 4.5. Define SettingsAdapter as bean
- 4.6. Retrieve settings with the SettingsAdapter
- 12.1. Example for Hello World App
- 12.2. Example Component rendering all available sites as a list
- 12.3. Configuring the Apollo Cache
- 12.4. Page query with siteID
- 12.5. Page Component render function
- 12.6. Iterating over all rows of the PageGrid
- 12.7. The PageGridPlacement Component
- 12.8. Installing React Router
- 12.9. The App.jsx rendering with routing
- 12.10. The PageGridPlacement.jsx rendering links around article banner
- 12.11. Identify id of article
- 12.12. Generating the full image URL
- 12.13. Detailview of an article component
- 12.14. Fragment Integration with a separate DOM Placeholder
- 12.15. Fragment Integration of DOM element with custom data attribute
- 12.16. fetching the wanted placement
- 12.17. rendering the PageGridPlacement