"No Component Context and/or Dictionary properties object parsed to the acticate methode");
}
this.context = context;
// create the SiteConfiguration based on the parsed properties
// NOTE that the constructor also validation of the parsed configuration
siteConfiguration = new ReferencedSiteConfigurationImpl(context.getProperties());
if (PROHIBITED_SITE_IDS.contains(siteConfiguration.getId().toLowerCase())) {
throw new ConfigurationException(SiteConfiguration.ID, String.format(
"The ID '%s' of this Referenced Site is one of the following "
+ "prohibited IDs: {} (case insensitive)", siteConfiguration.getId(),
PROHIBITED_SITE_IDS));