Package com.microstrategy.web.servlets
Class SpringContextLoader
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- com.microstrategy.web.servlets.SpringContextLoader
-
public class SpringContextLoader extends org.springframework.web.context.ContextLoader
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureAndRefreshWebApplicationContext(org.springframework.web.context.ConfigurableWebApplicationContext wac, javax.servlet.ServletContext sc)static voiddestroyContext()static voidloadContext(javax.servlet.ServletContext servletContext)-
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
-
-
-
-
Method Detail
-
loadContext
public static void loadContext(javax.servlet.ServletContext servletContext)
-
destroyContext
public static void destroyContext()
-
configureAndRefreshWebApplicationContext
protected void configureAndRefreshWebApplicationContext(org.springframework.web.context.ConfigurableWebApplicationContext wac, javax.servlet.ServletContext sc)- Overrides:
configureAndRefreshWebApplicationContextin classorg.springframework.web.context.ContextLoader
-
-