Package org.eclnt.ccee.spring.context
Class DefaultWebApplicationContextConfiguration
java.lang.Object
org.eclnt.ccee.spring.context.DefaultWebApplicationContextConfiguration
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String[]
Packages that are scanned for Spring-annotations.Bean "DialogSessionApplicationContext" - the one that represents the Spring context on dialog session level.
-
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
Packages that are scanned for Spring-annotations.
-