Class InitParameterServletContextConfigurer
- java.lang.Object
-
- org.joinfaces.autoconfigure.servlet.initparams.InitParameterServletContextConfigurer
-
- All Implemented Interfaces:
ServletContextInitializer
,org.springframework.core.Ordered
public class InitParameterServletContextConfigurer extends java.lang.Object implements 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(java.util.List<ServletContextInitParameterProperties> initParameterProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onStartup(javax.servlet.ServletContext servletContext)
-
-
-
Constructor Detail
-
InitParameterServletContextConfigurer
public InitParameterServletContextConfigurer(java.util.List<ServletContextInitParameterProperties> initParameterProperties)
-
-
Method Detail
-
onStartup
public void onStartup(javax.servlet.ServletContext servletContext)
- Specified by:
onStartup
in interfaceServletContextInitializer
-
-