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()
      • pdfDataHelper

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

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

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

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