Uses of Interface
com.hybris.cockpitng.core.CockpitComponentLoader
-
Packages that use CockpitComponentLoader Package Description com.hybris.cockpitng.core.impl com.hybris.cockpitng.modules.core.impl com.hybris.cockpitng.testing.spring.core -
-
Uses of CockpitComponentLoader in com.hybris.cockpitng.core.impl
Classes in com.hybris.cockpitng.core.impl that implement CockpitComponentLoader Modifier and Type Class Description classJarLibComponentLoaderLoads components from jars located in the widget library directory.classResourceCockpitComponentLoaderThis widget definition loader loads all definitions from a resource package.classWebResourceCockpitComponentLoaderMethods in com.hybris.cockpitng.core.impl that return types with arguments of type CockpitComponentLoader Modifier and Type Method Description java.util.List<CockpitComponentLoader>DefaultCockpitComponentDefinitionService. getDefinitionLoaders()Methods in com.hybris.cockpitng.core.impl with parameters of type CockpitComponentLoader Modifier and Type Method Description protected java.util.Set<CockpitComponentInfo>DefaultCockpitComponentDefinitionService. loadInfos(CockpitComponentLoader loader)Method parameters in com.hybris.cockpitng.core.impl with type arguments of type CockpitComponentLoader Modifier and Type Method Description voidDefaultCockpitComponentDefinitionService. setDefinitionLoaders(java.util.List<CockpitComponentLoader> definitionLoaders) -
Uses of CockpitComponentLoader in com.hybris.cockpitng.modules.core.impl
Classes in com.hybris.cockpitng.modules.core.impl that implement CockpitComponentLoader Modifier and Type Class Description classModuleJarDefinitionLoaderComponent loader that loadsCockpitComponentInfos from a module jar in a subfolder of the widgetlib directory. -
Uses of CockpitComponentLoader in com.hybris.cockpitng.testing.spring.core
Classes in com.hybris.cockpitng.testing.spring.core that implement CockpitComponentLoader Modifier and Type Class Description classModuleTestWidgetDefinitionLoader
-