| Interface | Description |
|---|---|
| WebCmsDomainAware |
Interface for attaching a
WebCmsDomain to an instance. |
| WebCmsDomainBound |
API for any entity that can be linked to a
WebCmsDomain. |
| WebCmsDomainMetadataFactory |
Factory API to create the metadata for a particular domain.
|
| WebCmsDomainRepository | |
| WebCmsDomainService |
Core API for retrieving domain data, with caching support.
|
| WebCmsMultiDomainService |
Central API for working with a multi-domain context.
|
| Class | Description |
|---|---|
| CloseableWebCmsDomainContext |
Implementation that will set the current
WebCmsDomainContext based on the given
WebCmsDomain instance upon creation, and will reset to the previous
WebCmsDomainContext when CloseableWebCmsDomainContext.close() is called. |
| EntityQueryWebCmsDomainFunctions |
Implements support for
selectedDomain(), visibleDomains() and accessibleDomains() in EQL statements. |
| QWebCmsDomain |
QWebCmsDomain is a Querydsl query type for WebCmsDomain
|
| StringToWebCmsDomainConverter |
Converts a
String to WebCmsDomain. |
| WebCmsDomain |
A
WebCmsDomain represents a collection of other WebCmsObject entities. |
| WebCmsDomain.WebCmsDomainBuilder | |
| WebCmsDomainCache |
Read-through cache for certain domain related objects.
|
| WebCmsDomainContext |
Represents a
WebCmsDomain with its associated WebCmsDomainAware. |
| WebCmsDomainContextHolder |
Holder class that associates a
WebCmsDomainContext with the current thread. |
| WebCmsDomainImporter |
Creates one (or many) @
WebCmsDomains from a yml file |
| WebCmsDomainMetadataFactoryImpl |
Default implementation of
WebCmsDomainMetadataFactory that uses the
AutowireCapableBeanFactory
to build metadata objects as prototype beans (except for the no-domain where the bean is retrieved by name). |
| WebCmsMultiDomainAdminUiService |
Helper service that retrieves the domains for the current user,
taking into account the currently bound context.
|
Copyright © 2020. All rights reserved.