Class LegacyCMSComponentContainerStrategy
java.lang.Object
de.hybris.platform.cms2.strategies.impl.LegacyCMSComponentContainerStrategy
- All Implemented Interfaces:
CMSComponentContainerStrategy
@Deprecated(since="1811",
forRemoval=true)
public class LegacyCMSComponentContainerStrategy
extends Object
implements CMSComponentContainerStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
This is strategy where the container is represented by its deprecated
AbstractCMSComponentContainerModel#getCurrentCMSComponents() method.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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, waitMethods inherited from interface de.hybris.platform.cms2.strategies.CMSComponentContainerStrategy
getContainerClass
-
Constructor Details
-
LegacyCMSComponentContainerStrategy
public LegacyCMSComponentContainerStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDisplayComponentsForContainer
public 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
-
DefaultCMSComponentContainerStrategy