public class ServletContextApplicationContextInitializer extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>, org.springframework.core.Ordered
ApplicationContextInitializer for setting the servlet context.| Constructor and Description | 
|---|
| ServletContextApplicationContextInitializer(javax.servlet.ServletContext servletContext)Create a new  ServletContextApplicationContextInitializerinstance | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getOrder() | 
| void | initialize(org.springframework.web.context.ConfigurableWebApplicationContext applicationContext) | 
| void | setOrder(int order) | 
public ServletContextApplicationContextInitializer(javax.servlet.ServletContext servletContext)
ServletContextApplicationContextInitializer instanceservletContext - the servlet that should be ultimately set.public void setOrder(int order)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void initialize(org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>Copyright © 2014 Pivotal Software, Inc.. All rights reserved.