Class CustomizingContextLoader
-
- 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
servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
protected
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 servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
- Overrides:
customizeContext
in classorg.springframework.web.context.ContextLoader
-
determineContextClass
protected servletContext) throws org.springframework.context.ApplicationContextException
- Overrides:
determineContextClass
in classorg.springframework.web.context.ContextLoader
- Throws:
org.springframework.context.ApplicationContextException
-
-