Uses of Interface
com.hybris.cockpitng.core.persistence.packaging.CockpitResourceLoader
-
-
Uses of CockpitResourceLoader in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver
Constructors in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver with parameters of type CockpitResourceLoader Constructor Description TreePerspectiveResolver(CockpitConfigurationService cockpitConfigurationService, CockpitResourceLoader resourceLoader)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 - not used anymoreTreePerspectiveResolver(CockpitResourceLoader resourceLoader) -
Uses of CockpitResourceLoader in com.hybris.cockpitng.core.persistence.packaging
Methods in com.hybris.cockpitng.core.persistence.packaging that return CockpitResourceLoader Modifier and Type Method Description CockpitResourceLoaderSimpleHybrisWidgetResourceLoader. getWidgetResourceReader() -
Uses of CockpitResourceLoader in com.hybris.cockpitng.core.persistence.packaging.impl
Classes in com.hybris.cockpitng.core.persistence.packaging.impl that implement CockpitResourceLoader Modifier and Type Class Description classAbstractCockpitResourceReaderBase class for cockpit resource readers.classDefaultCockpitResourceLoaderImplementation ofResourceLoaderthat allows scanning files specified by a list of root directories.classDefaultWidgetResourceReaderDefault cockpit widgets resources loader - asks all defined loader whether any of them is able to load a resource.classWidgetClasspathResourceReaderWidget resource reader that looks-up in module's classpath for searched resourcesclassWidgetJarResourceReaderWidget resource reader that looks-up in widget's jar files for searched resourcesMethods in com.hybris.cockpitng.core.persistence.packaging.impl that return types with arguments of type CockpitResourceLoader Modifier and Type Method Description java.util.List<CockpitResourceLoader>DefaultWidgetResourceReader. getLoaders()Method parameters in com.hybris.cockpitng.core.persistence.packaging.impl with type arguments of type CockpitResourceLoader Modifier and Type Method Description voidDefaultWidgetResourceReader. setLoaders(java.util.List<CockpitResourceLoader> loaders) -
Uses of CockpitResourceLoader in com.hybris.cockpitng.core.util.jaxb
Methods in com.hybris.cockpitng.core.util.jaxb with parameters of type CockpitResourceLoader Modifier and Type Method Description voidSchemaConfigValidator. setWidgetResourceReader(CockpitResourceLoader widgetResourceReader) -
Uses of CockpitResourceLoader in com.hybris.cockpitng.core.util.template.impl
Methods in com.hybris.cockpitng.core.util.template.impl that return CockpitResourceLoader Modifier and Type Method Description protected CockpitResourceLoaderPathTemplateResolver. getCockpitResourceLoader()Methods in com.hybris.cockpitng.core.util.template.impl with parameters of type CockpitResourceLoader Modifier and Type Method Description voidPathTemplateResolver. setCockpitResourceLoader(CockpitResourceLoader cockpitResourceLoader) -
Uses of CockpitResourceLoader in com.hybris.cockpitng.engine.impl
Methods in com.hybris.cockpitng.engine.impl with parameters of type CockpitResourceLoader Modifier and Type Method Description voidDefaultCockpitWidgetEngine. setCockpitResourceLoader(CockpitResourceLoader cockpitResourceLoader) -
Uses of CockpitResourceLoader in com.hybris.cockpitng.util
Methods in com.hybris.cockpitng.util that return CockpitResourceLoader Modifier and Type Method Description CockpitResourceLoaderCockpitUIFactoryBeanAccessHelper. getCockpitResourceLoader()Methods in com.hybris.cockpitng.util with parameters of type CockpitResourceLoader Modifier and Type Method Description voidCockpitUIFactoryBeanAccessHelper. setCockpitResourceLoader(CockpitResourceLoader cockpitResourceLoader) -
Uses of CockpitResourceLoader in com.hybris.cockpitng.web.js.impl
Methods in com.hybris.cockpitng.web.js.impl that return CockpitResourceLoader Modifier and Type Method Description protected CockpitResourceLoaderDefaultDependenciesManager. getCockpitResourceLoader()Methods in com.hybris.cockpitng.web.js.impl with parameters of type CockpitResourceLoader Modifier and Type Method Description voidDefaultDependenciesManager. setCockpitResourceLoader(CockpitResourceLoader cockpitResourceLoader) -
Uses of CockpitResourceLoader in com.hybris.cockpitng.web.template.impl
Methods in com.hybris.cockpitng.web.template.impl that return CockpitResourceLoader Modifier and Type Method Description protected CockpitResourceLoaderPathTemplateResolver. getCockpitResourceLoader()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.cockpitng.web.template.impl with parameters of type CockpitResourceLoader Modifier and Type Method Description voidPathTemplateResolver. setCockpitResourceLoader(CockpitResourceLoader cockpitResourceLoader)Deprecated, for removal: This API element is subject to removal in a future version.
-