| Interface | Description |
|---|---|
| WebCmsDomainContextResolver | |
| WebCmsDomainUrlConfigurer |
API for domain metadata that describes how asset urls should be built.
|
| WebCmsSiteConfiguration |
This is the default domain metadata interface for a
WebCmsDomain
representing a website. |
| Class | Description |
|---|---|
| AbstractWebCmsDomainContextFilter |
Filter that attempts to set the current
WebCmsDomainContext
based on the hostname of the current request. |
| AbstractWebCmsDomainContextFilter.DomainContextLookup |
Helper for a single hostname lookup that maps to a
WebCmsDomainContext
and its corresponding default Locale. |
| CookieWebCmsDomainContextResolver |
Resolver that reads the
WebCmsDomainContext from a cookie,
and writes it to a cookie as well. |
| WebCmsDomainChangedEvent |
Event that is published by
CookieWebCmsDomainContextResolver
when the domain has changed in a multi-domain setup. |
| WebCmsDomainContextHandlerInterceptor |
Interceptor that resolves the
WebCmsDomainContext if none is present yet. |
| WebCmsDomainLocaleContextResolver |
Simple
LocaleContextResolver that checks if a domain locale
attribute has been set and uses that one if so. |
| WebCmsSiteConfigurationFilter |
Implementation of
AbstractWebCmsDomainContextFilter that checks WebCmsSiteConfiguration metadata. |
| WebCmsSiteConfigurationImpl |
Default implementation of
WebCmsSiteConfiguration. |
| Annotation Type | Description |
|---|---|
| WebCmsDomainMapping |
Mapping to filter on the current
WebCmsDomainContext. |
Copyright © 2020. All rights reserved.