public interface WebCmsEntityAttributes
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebCmsEntityAttributes.MultiDomainConfiguration
Describes the set of attributes that are registered on an entity configuration
Manually registering these will skip the auto-configuration for that segment.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOW_PER_DOMAIN
Attribute on
EntityConfiguration that specifies if
an entity should be manageable per domain. |
static String |
DOMAIN_PROPERTY
Attribute that contains the
String with the name of the property that links to the WebCmsDomain. |
static final String ALLOW_PER_DOMAIN
EntityConfiguration that specifies if
an entity should be manageable per domain. This will overrule the default domain-bound or not-domain-bound behaviour.static final String DOMAIN_PROPERTY
String with the name of the property that links to the WebCmsDomain.
By default only WebCmsDomainBound entities support multi-domain,
where the implicit value of this attribute would then be domain.
The presence of this attribute would activate multi-domain auto-configuration for entities not implementing WebCmsDomainBound directly.
Examples include WebCmsUrl and WebCmsMenuItem
that have their domain linked transitively (resp. via endpoint.domain and menu.domain).Copyright © 2020. All rights reserved.