Class DefaultCxCmsContainerDefaultComponentStrategy
- java.lang.Object
-
- de.hybris.platform.cms2.strategies.AbstractCMSComponentContainerStrategy
-
- de.hybris.platform.personalizationcms.strategy.DefaultCxCmsContainerDefaultComponentStrategy
-
- All Implemented Interfaces:
CMSComponentContainerStrategy
@Deprecated(since="1811", forRemoval=true) public class DefaultCxCmsContainerDefaultComponentStrategy extends AbstractCMSComponentContainerStrategyDeprecated, for removal: This API element is subject to removal in a future version.since 1811.DefaultCxCmsContainerStrategyis used instead.Strategy required to define which component from the container should be used to manage cms through webservices.
-
-
Constructor Summary
Constructors Constructor Description DefaultCxCmsContainerDefaultComponentStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<AbstractCMSComponentModel>getDisplayComponentsForContainer(AbstractCMSComponentContainerModel arg0)Deprecated, for removal: This API element is subject to removal in a future version.Get the list of components that should represent the state of the container.-
Methods inherited from class de.hybris.platform.cms2.strategies.AbstractCMSComponentContainerStrategy
getContainerClass, setContainerClass
-
-
-
-
Method Detail
-
getDisplayComponentsForContainer
public java.util.List<AbstractCMSComponentModel> getDisplayComponentsForContainer(AbstractCMSComponentContainerModel arg0)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CMSComponentContainerStrategyGet the list of components that should represent the state of the container.- Parameters:
arg0- The component container- Returns:
- the list of components that represents the container; never
null
-
-