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 java.lang.Object implements org.springframework.boot.web.servlet.ServletContextInitializer, org.springframework.core.OrderedA ServletContextInitializer which looks for allinit parametersin anServletContextInitParameterPropertiesobject 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 intgetOrder()voidonStartup(javax.servlet.ServletContext servletContext)voidsetOrder(int order) 
 - 
 
- 
- 
Constructor Detail
- 
InitParameterServletContextConfigurer
public InitParameterServletContextConfigurer(java.util.List<ServletContextInitParameterProperties> initParameterProperties)
 
 - 
 
- 
Method Detail
- 
onStartup
public void onStartup(javax.servlet.ServletContext servletContext)
- Specified by:
 onStartupin interfaceorg.springframework.boot.web.servlet.ServletContextInitializer
 
- 
getOrder
public int getOrder()
- Specified by:
 getOrderin interfaceorg.springframework.core.Ordered
 
- 
setOrder
public void setOrder(int order)
 
 - 
 
 -