Class ImporterBootstrapViews

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class ImporterBootstrapViews
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Collection of views to import
    Author:
    David Caruana
    • Constructor Detail

      • ImporterBootstrapViews

        public ImporterBootstrapViews()
    • Method Detail

      • setImporter

        public void setImporter​(ImporterBootstrap importer)
        Sets the importer
        Parameters:
        importer - ImporterBootstrap
      • setBootstrapViews

        public void setBootstrapViews​(List<Properties> bootstrapViews)
        Sets the bootstrap views
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception