Copyright CoreMedia AG © 2015
CoreMedia AG
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 AG.
Germany
Alle Rechte vorbehalten. CoreMedia und weitere im Text erwähnte CoreMedia Produkte sowie die entsprechenden Logos sind Marken oder eingetragene Marken der CoreMedia AG 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 AG reproduziert oder vervielfältigt werden. Unberührt hiervon bleiben die gesetzlich erlaubten Nutzungsarten nach dem UrhG.
Licenses and Trademarks
All trademarks acknowledged.
07.Mar 2017List of Figures
- 4.1. Phases of a data view lifecycle
- 4.2. Example site structure
- 4.3. Entity Model
- 4.4. Dependencies of the Unified API cache
- 4.5. Processing chain of DispatcherServlet, handlers and view dispatcher
- 4.6. Processing chain of handlers and link schemes
- 4.7. View lookup sequence
- 4.8. Cache Statistics
- 4.9. Cache Browser
List of Tables
- 1.1. Typographic conventions
- 1.2. Pictographs
- 1.3. CoreMedia manuals
- 1.4. Log files check list
- 1.5. Changes
- 2.1. Components of the CAE framework
- 3.1. Connection properties
- 3.2. Properties for cache size settings
- 4.1. Parameters of the Beangenerator
- 4.2. Document property to Java property mappings
- 4.3. Association types
- 4.4. Bean Properties in the DataView Example
- 4.5. Implicit macros, functions and variables in FreeMarker templates
- 4.6. Example of image transformation strings
- 5.1. Configuration Properties
- 5.2. META-INF/coremedia/component-cae.xml in artifact cae-component
- 5.3. com/coremedia/cae/view-services.xml in artifact cae-viewservices-impl
- 5.4. com/coremedia/cae/view-error-services.xml in artifact cae-viewservices-impl
- 5.5. com/coremedia/cae/view-development-services.xml in artifact cae-viewservices-impl
- 5.6. com/coremedia/cae/view-freemarker-services.xml in artifact cae-viewservices-impl
- 5.7. com/coremedia/cap/common/uapi-services.xml in artifact cap-unified-api
- 5.8. com/coremedia/cae/uapi-services.xml in artifact cae-util
- 5.9. com/coremedia/cae/dataview-services.xml in artifact cae-contentbeanservices-impl
- 5.10. com/coremedia/cae/contentbean-services.xml in artifact cae-contentbeanservices-impl
- 5.11. com/coremedia/cache/cache-services.xml in artifact coremedia-cache
- 5.12. com/coremedia/cae/link-services.xml in artifact cae-linkservices-impl
- 5.13. com/coremedia/id/id-services.xml in artifact coremedia-id
- 5.14. com/coremedia/cae/handler-services.xml in artifact cae-handlerservices-impl
- 5.15. com/coremedia/mimetype/mimetype-service.xml in artifact coremedia-common
- 5.16. com/coremedia/cae/security-services.xml in artifact cae-util
- 5.17. com/coremedia/transform/blob-transformer.xml in artifact coremedia-transform
- 5.18. com/coremedia/cae/controller-services.xml in artifact cae-handlerservices-impl
List of Examples
- 4.1. Auto completion example
- 4.2. Auto completion exclusion example
- 4.3. Bean property with custom dependency
- 4.4. Accessing a bean property with a custom dependency
- 4.5. Triggering an invalidation of a custom dependency
- 4.6. A link scheme
- 4.7. Defining a link scheme
- 4.8. Iterating over java.util.Map entries in FreeMarker templates
- 4.9. Code for Idea auto-completion
- 4.10. A DOM with Metadata and Generated Metadata Tree
- 4.11. Responsive Device Slider Metadata
- 4.12. Studio Specific CSS and JavaScript Metadata
- 4.13. Content With Property
- 4.14. Responsive Device Slider Metadata
- 4.15. Mixed preview and custom metadata in FreeMarker
- 4.16. Mixed preview and custom metadata in JSP
- 4.17. Adding the anti-CSRF header to jQuery Ajax requests
- 4.18. Forcing token creation from a login web flow
- 5.1. Add aspect support to content beans
- 5.2. Registering an aspects provider for content beans
- 5.3. Definition of an aspects provider for arbitrary Java beans
- 5.4. Annotating a Substitution method
- 5.5. Use of cm:substitute in CMAction.jsp
- 5.6. Registering a substitution programmatically