@Service public class WebCmsDomainMetadataFactoryImpl extends Object implements WebCmsDomainMetadataFactory
WebCmsDomainMetadataFactory that uses the
AutowireCapableBeanFactory
to build metadata objects as prototype beans (except for the no-domain where the bean is retrieved by name).
The configuration of metadata types and no-domain metadata is read from the WebCmsMultiDomainConfiguration.| Constructor and Description |
|---|
WebCmsDomainMetadataFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createMetadataForDomain(WebCmsDomain domain)
Create the metadata for a particular domain.
|
public Object createMetadataForDomain(WebCmsDomain domain)
WebCmsDomainMetadataFactorynull if no metadata is available for that domain.createMetadataForDomain in interface WebCmsDomainMetadataFactorydomain - to create the metadata forCopyright © 2020. All rights reserved.