ServletContextInitializerBeans
A collection ServletContextInitializers obtained from a ListableBeanFactory. Includes all ServletContextInitializer beans and also adapts Servlet, Filter and certain EventListener beans.
Items are sorted so that adapted beans are top (Servlet, Filter then EventListener) and direct ServletContextInitializer beans are at the end. Further sorting is applied within these groups using the AnnotationAwareOrderComparator.
Author
Dave Syer
Phillip Webb
Brian Clozel
Since
1.4.0
Constructors
Link copied to clipboard
constructor(beanFactory: ListableBeanFactory, initializerTypes: Array<Class<out ServletContextInitializer>>)