Class ImporterBootstrapViews

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

    public class ImporterBootstrapViews
    extends java.lang.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​(java.util.List<java.util.Properties> bootstrapViews)
        Sets the bootstrap views
      • afterPropertiesSet

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