Package de.hybris.platform.cms2.registry
Interface CMSComponentContainerRegistry
- All Known Implementing Classes:
DefaultCMSComponentContainerRegistry,DefaultCMSComponentContainerStrategyRegistry
public interface CMSComponentContainerRegistry
Registry that holds the
CMSComponentContainerStrategy to be used for each type of component container.-
Method Summary
Modifier and TypeMethodDescriptiongetStrategy(T container) Get the component container representation strategy given a component container instance.
-
Method Details
-
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
-