| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractCMSComponentContainerModel> |
CMSComponentContainerRegistry.getStrategy(T container)
Get the component container representation strategy given a component container instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected CMSComponentContainerStrategy |
DefaultCMSComponentContainerRegistry.getDefaultStrategy() |
<T extends AbstractCMSComponentContainerModel> |
DefaultCMSComponentContainerRegistry.getStrategy(T container) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<CMSComponentContainerStrategy> |
DefaultCMSComponentContainerRegistry.getCmsComponentContainerStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSComponentContainerRegistry.setDefaultStrategy(CMSComponentContainerStrategy defaultStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSComponentContainerRegistry.setCmsComponentContainerStrategies(java.util.Set<CMSComponentContainerStrategy> cmsComponentContainerStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCMSComponentContainerStrategy
Abstract implementation of the
CMSComponentContainerStrategy. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCMSComponentContainerStrategy
This is strategy where the container is represented by its internal simple CMS components using
AbstractCMSComponentContainerModel#getSimpleCMSComponents() method. |
class |
IdentityCMSComponentContainerStrategy
This is a strategy where the container component represented itself.
|
class |
LegacyCMSComponentContainerStrategy
This is strategy where the container is represented by its deprecated
AbstractCMSComponentContainerModel#getCurrentCMSComponents() method. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCxCmsContainerDefaultComponentStrategy
Strategy required to define which component from the container should be used to manage cms through webservices.
|
Copyright © 2018 SAP SE. All Rights Reserved.