Class CustomizingContextLoader
- java.lang.Object
-
- org.springframework.web.context.ContextLoader
-
- org.apache.tapestry5.internal.spring.CustomizingContextLoader
-
public class CustomizingContextLoader extends org.springframework.web.context.ContextLoader
-
-
Constructor Summary
Constructors Constructor Description CustomizingContextLoader(ApplicationContextCustomizer customizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
customizeContext(ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
protected java.lang.Class
determineContextClass(ServletContext servletContext)
-
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext
-
-
-
-
Constructor Detail
-
CustomizingContextLoader
public CustomizingContextLoader(ApplicationContextCustomizer customizer)
-
-
Method Detail
-
customizeContext
protected void customizeContext(ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
- Overrides:
customizeContext
in classorg.springframework.web.context.ContextLoader
-
determineContextClass
protected java.lang.Class determineContextClass(ServletContext servletContext) throws org.springframework.context.ApplicationContextException
- Overrides:
determineContextClass
in classorg.springframework.web.context.ContextLoader
- Throws:
org.springframework.context.ApplicationContextException
-
-