Class LegacyCMSComponentContainerStrategy
- java.lang.Object
-
- de.hybris.platform.acceleratorcms.component.container.impl.LegacyCMSComponentContainerStrategy
-
- All Implemented Interfaces:
CMSComponentContainerStrategy,CMSComponentContainerStrategy
@Deprecated(since="1811", forRemoval=true) public class LegacyCMSComponentContainerStrategy extends java.lang.Object implements CMSComponentContainerStrategyDeprecated, for removal: This API element is subject to removal in a future version.since 1811, please useLegacyCMSComponentContainerStrategy
-
-
Constructor Summary
Constructors Constructor Description LegacyCMSComponentContainerStrategy()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 container)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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cms2.strategies.CMSComponentContainerStrategy
getContainerClass
-
-
-
-
Method Detail
-
getDisplayComponentsForContainer
public java.util.List<AbstractCMSComponentModel> getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container)
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.- Specified by:
getDisplayComponentsForContainerin interfaceCMSComponentContainerStrategy- Parameters:
container- The component container- Returns:
- the list of components that represents the container; never
null
-
-