Package de.hybris.platform.cms2.registry
Interface CMSComponentContainerRegistry
-
- All Known Implementing Classes:
DefaultCMSComponentContainerRegistry,DefaultCMSComponentContainerStrategyRegistry
public interface CMSComponentContainerRegistryRegistry that holds theCMSComponentContainerStrategyto be used for each type of component container.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends AbstractCMSComponentContainerModel>
CMSComponentContainerStrategygetStrategy(T container)Get the component container representation strategy given a component container instance.
-
-
-
Method Detail
-
getStrategy
<T extends AbstractCMSComponentContainerModel> CMSComponentContainerStrategy getStrategy(T container)
Get the component container representation strategy given a component container instance.- Parameters:
container- - the component container instance- Returns:
- the matching strategy
-
-