Class LegacyCMSComponentContainerStrategy
- java.lang.Object
-
- de.hybris.platform.cms2.strategies.impl.LegacyCMSComponentContainerStrategy
-
- All Implemented Interfaces:
CMSComponentContainerStrategy
@Deprecated public class LegacyCMSComponentContainerStrategy extends java.lang.Object implements CMSComponentContainerStrategy
Deprecated.since 1811, no longer needed. Please useDefaultCMSComponentContainerStrategyThis is strategy where the container is represented by its deprecatedAbstractCMSComponentContainerModel#getCurrentCMSComponents()method.
-
-
Constructor Summary
Constructors Constructor Description LegacyCMSComponentContainerStrategy()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<AbstractCMSComponentModel>getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container)Deprecated.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.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
-
-