public interface CustomApplicationContextInitializer
extends org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
Used to initialize the application context. These initializers are registered via the CustomWebApplicationInitializer
and not via the context/init parameters of the Servlet as the default ApplicationContextInitializer.
As the ApplicationContextInitializer you are able to use the Order annotation
to order the initializers.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.