public interface WebCmsDomainAware
WebCmsDomain to an instance. Used to implement custom domain metadata.
Metadata is usually stored in the WebCmsDomain#getAttributes() but can come from anywhere.
Use a custom metadata implementation to wrap your application specific domain attributes.
You can specify the actual metadata implementation to use on the
WebCmsMultiDomainConfiguration.
Metadata instances get created as beans and the domain they belong to gets set using setWebCmsDomain(WebCmsDomain).WebCmsMultiDomainConfiguration| Modifier and Type | Method and Description |
|---|---|
void |
setWebCmsDomain(WebCmsDomain domain)
Set the domain this metadata belongs to.
|
void setWebCmsDomain(WebCmsDomain domain)
domain - instanceCopyright © 2020. All rights reserved.