Uses of Interface
com.hybris.cockpitng.core.persistence.packaging.ResourceLoader
-
Packages that use ResourceLoader Package Description com.hybris.cockpitng.core.persistence.packaging com.hybris.cockpitng.core.persistence.packaging.impl -
-
Uses of ResourceLoader in com.hybris.cockpitng.core.persistence.packaging
Subinterfaces of ResourceLoader in com.hybris.cockpitng.core.persistence.packaging Modifier and Type Interface Description interfaceCockpitResourceLoaderUsed by some classes to load resources other than byClassLoader.getResourceAsStream(String).Methods in com.hybris.cockpitng.core.persistence.packaging that return ResourceLoader Modifier and Type Method Description ResourceLoaderSimpleHybrisWidgetResourceLoader. getFallbackResourceLoader() -
Uses of ResourceLoader in com.hybris.cockpitng.core.persistence.packaging.impl
Classes in com.hybris.cockpitng.core.persistence.packaging.impl that implement ResourceLoader 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.classStaticContentByRegexResourceLoaderResponsible for returning default resource for paths whose match regular expression.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 resources
-