Class PrototypesConfiguration


  • @Configuration
    public class PrototypesConfiguration
    extends java.lang.Object
    • Constructor Detail

      • PrototypesConfiguration

        public PrototypesConfiguration()
    • Method Detail

      • importer

        @Bean("importer")
        @Scope("prototype")
        public Importer importer()
      • actionDelegate

        @Bean("actionDelegate")
        @Scope("prototype")
        public ActionDelegate actionDelegate()
      • fileStorageConfiguration

        @Bean("fileStorageConfiguration")
        @Scope("prototype")
        public FileStorageConfiguration fileStorageConfiguration()
      • nextPdfDataHelper

        @Bean("pdfDataHelper")
        @Scope("prototype")
        public IPdfDataHelper nextPdfDataHelper()
      • pdfGenerator

        @Bean("pdfGenerator")
        @Scope("prototype")
        public IPdfGenerator pdfGenerator()
      • pdfDrawer

        @Bean("pdfDrawer")
        @Scope("prototype")
        public IPdfDrawer pdfDrawer()
      • userResourceAssembler

        @Bean("userResourceAssembler")
        @Scope("prototype")
        public UserResourceAssembler userResourceAssembler()