Class DefaultWebApplicationContextConfiguration

java.lang.Object
org.eclnt.ccee.spring.context.DefaultWebApplicationContextConfiguration

@Configuration public abstract class DefaultWebApplicationContextConfiguration extends Object
Class that configures the web application context in case of using annotations. You need to extend you configuration from this class and implement getBasePackages().
  • Constructor Details

    • DefaultWebApplicationContextConfiguration

      public DefaultWebApplicationContextConfiguration()
  • Method Details

    • getDialogSessionApplicationContext

      @Bean(name="DialogSessionApplicationContext") @Scope("prototype") public DialogSessionAnnotationApplicationContext getDialogSessionApplicationContext()
      Bean "DialogSessionApplicationContext" - the one that represents the Spring context on dialog session level.
    • getBasePackages

      public abstract String[] getBasePackages()
      Packages that are scanned for Spring-annotations.