Uses of Interface
org.hippoecm.frontend.plugins.gallery.model.GalleryProcessor
-
Packages that use GalleryProcessor Package Description org.hippoecm.frontend.plugins.gallery.model -
-
Uses of GalleryProcessor in org.hippoecm.frontend.plugins.gallery.model
Classes in org.hippoecm.frontend.plugins.gallery.model that implement GalleryProcessor Modifier and Type Class Description class
DefaultGalleryProcessor
Gallery processor that puts a resized version of the image in the primary item and populates other resource child nodes with the original.class
NullGalleryProcessor
This gallery processor does not perform any additional processing on a gallery node.Methods in org.hippoecm.frontend.plugins.gallery.model that return GalleryProcessor Modifier and Type Method Description static GalleryProcessor
DefaultGalleryProcessor. getGalleryProcessor(IPluginContext pluginContext, IPluginConfig pluginConfig)
Get the gallery processor service identified by the parameterGALLERY_PROCESSOR_ID
in the plugin config.static GalleryProcessor
DefaultGalleryProcessor. getGalleryProcessor(IPluginContext pluginContext, IPluginConfig pluginConfig, String defaultServiceId)
Get the gallery processor service specified by the parameterGALLERY_PROCESSOR_ID
in the plugin config.
-