Class DefaultCMSComponentContainerStrategy
- java.lang.Object
-
- de.hybris.platform.cms2.strategies.impl.DefaultCMSComponentContainerStrategy
-
- All Implemented Interfaces:
CMSComponentContainerStrategy
public class DefaultCMSComponentContainerStrategy extends java.lang.Object implements CMSComponentContainerStrategy
This is strategy where the container is represented by its internal simple CMS components usingAbstractCMSComponentContainerModel#getSimpleCMSComponents()method.
-
-
Constructor Summary
Constructors Constructor Description DefaultCMSComponentContainerStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AbstractCMSComponentModel>getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container)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)
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
-
-