Class PlatformTypeContextStrategy
java.lang.Object
com.hybris.backoffice.cockpitng.util.impl.PlatformTypeContextStrategy
- All Implemented Interfaces:
com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
public class PlatformTypeContextStrategy
extends Object
implements com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
Implementation of
CockpitConfigurationContextStrategy that deals with hybris platform type hierarchy for the
type configuration context dimension.-
Field Summary
Fields inherited from interface com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
EMPTY_PARENT_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParentContexts(String context) voidsetTypeService(TypeService typeService) booleanvalueMatches(String contextValue, String value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
getConfigurationCacheKey, isResettable
-
Constructor Details
-
PlatformTypeContextStrategy
public PlatformTypeContextStrategy()
-
-
Method Details
-
getParentContexts
- Specified by:
getParentContextsin interfacecom.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
-
valueMatches
- Specified by:
valueMatchesin interfacecom.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
-
setTypeService
-