public class ServletContextApplicationContextInitializer extends Object implements org.springframework.context.ApplicationContextInitializer<ConfigurableWebApplicationContext>, org.springframework.core.Ordered
ApplicationContextInitializer
for setting the servlet context.Constructor and Description |
---|
ServletContextApplicationContextInitializer(ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
void |
initialize(ConfigurableWebApplicationContext applicationContext) |
void |
setOrder(int order) |
public ServletContextApplicationContextInitializer(ServletContext servletContext)
servletContext
- public void setOrder(int order)
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
public void initialize(ConfigurableWebApplicationContext applicationContext)
initialize
in interface org.springframework.context.ApplicationContextInitializer<ConfigurableWebApplicationContext>
Copyright © 2014. All rights reserved.