Content Application Developer Manual / Version 2207
Table Of ContentsCoreMedia provides a concept to handle multi-site and multi-language in a standardized way.
Configuration
The CoreMedia site model is defined via the bean siteModel
. Refer to the Section 5.5, “Localized Content Management” in
Blueprint Developer Manual
to know, how CoreMedia has designed multi-site and multi-language.
SitesService
To access all the features of multi-site and multi-language, you can use the
SitesService
defined as
sitesService
Bean via the
bpbase-multisite-services.xml
Spring Bean Declaration.
With this, you have access to all available Sites and their properties - the root folder, the site indicator, etc. Furthermore, you have access to the SiteModel specifications like the properties for master relations or of which document type the Site Indicator is. For a detailed understanding, you are asked to read the API documentation as well.