public class InitParameterServletContextConfigurer
extends java.lang.Object
implements org.springframework.boot.web.servlet.ServletContextInitializer, org.springframework.core.Ordered
init parameters
in an ServletContextInitParameterProperties object by reflection.ServletContextInitParameter| Constructor and Description |
|---|
InitParameterServletContextConfigurer(java.util.List<ServletContextInitParameterProperties> initParameterProperties) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onStartup(javax.servlet.ServletContext servletContext) |
void |
setOrder(int order) |
public InitParameterServletContextConfigurer(java.util.List<ServletContextInitParameterProperties> initParameterProperties)
public void onStartup(javax.servlet.ServletContext servletContext)
onStartup in interface org.springframework.boot.web.servlet.ServletContextInitializerpublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)