Class GalleryLoaderSupport

  • All Implemented Interfaces:
    it.tidalwave.northernwind.frontend.ui.component.gallery.spi.GalleryLoader
    Direct Known Subclasses:
    SlideShowProPlayerGalleryLoader

    public abstract class GalleryLoaderSupport
    extends java.lang.Object
    implements it.tidalwave.northernwind.frontend.ui.component.gallery.spi.GalleryLoader
    A support implementation for GalleryLoader, provides a default factory method for creating gallery GalleryViewController.GalleryItems which delegates to a MediaMetadataProvider.
    Author:
    Fabrizio Giudici
    • Constructor Detail

      • GalleryLoaderSupport

        protected GalleryLoaderSupport​(@Nonnull
                                       org.springframework.beans.factory.BeanFactory beanFactory,
                                       @Nonnull
                                       ResourceProperties properties)