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