Studio 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
of the CoreMedia Studio web application.
Please refer the to the
Blueprint Developer Manual
to know, how CoreMedia has designed multi-site and multi-language support.
SitesService
To access all the features of multi-site and multi-language, you can use the sitesService
. The
sitesService
is available via the IEditorContext
with its getSitesService()
method
or can access directly via the global constant sitesService
.
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 Site Model 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 Studio API documentation as well.