Class InitParameterServletContextConfigurer
- java.lang.Object
-
- org.joinfaces.autoconfigure.servlet.initparams.InitParameterServletContextConfigurer
-
- All Implemented Interfaces:
org.springframework.boot.web.servlet.ServletContextInitializer
,org.springframework.core.Ordered
public class InitParameterServletContextConfigurer extends Object implements org.springframework.boot.web.servlet.ServletContextInitializer, org.springframework.core.Ordered
A ServletContextInitializer which looks for allinit parameters
in anServletContextInitParameterProperties
object by reflection.- See Also:
ServletContextInitParameter
-
-
Constructor Summary
Constructors Constructor Description InitParameterServletContextConfigurer(List<ServletContextInitParameterProperties> initParameterProperties)
-
-
-
Constructor Detail
-
InitParameterServletContextConfigurer
public InitParameterServletContextConfigurer(List<ServletContextInitParameterProperties> initParameterProperties)
-
-