Class EnableBroadleafAdminServletAutoConfiguration.BroadleafAdminServletAutoConfiguration

java.lang.Object
org.broadleafcommerce.common.config.EnableBroadleafAdminServletAutoConfiguration.BroadleafAdminServletAutoConfiguration
Enclosing class:
EnableBroadleafAdminServletAutoConfiguration

@Import(BroadleafServletAutoConfiguration.class) @ImportResource(locations={"classpath*:/blc-config/admin/framework/bl-*-applicationContext-servlet.xml","classpath*:/blc-config/admin/early/bl-*-applicationContext-servlet.xml","classpath*:/blc-config/admin/bl-*-applicationContext-servlet.xml","classpath*:/blc-config/admin/late/bl-*-applicationContext-servlet.xml"}, reader=FrameworkXmlBeanDefinitionReader.class) public static class EnableBroadleafAdminServletAutoConfiguration.BroadleafAdminServletAutoConfiguration extends Object
We are deliberately leaving off the Configuration annotation since this inner class is being included in the Import above, which interprets this as a Configuration. We do this to avoid component scanning this inner class.
  • Constructor Details

    • BroadleafAdminServletAutoConfiguration

      public BroadleafAdminServletAutoConfiguration()