Class IdentityCMSComponentContainerStrategy
java.lang.Object
de.hybris.platform.cms2.strategies.impl.IdentityCMSComponentContainerStrategy
- All Implemented Interfaces:
CMSComponentContainerStrategy
- Direct Known Subclasses:
IdentityCMSComponentContainerStrategy
public class IdentityCMSComponentContainerStrategy
extends Object
implements CMSComponentContainerStrategy
This is a strategy where the container component represented itself.
-
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
-
IdentityCMSComponentContainerStrategy
public IdentityCMSComponentContainerStrategy()
-
-
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
-