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 voidcustomizeContext(ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)protected ClassdetermineContextClass(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:
 customizeContextin classorg.springframework.web.context.ContextLoader
 
- 
determineContextClass
protected Class determineContextClass(ServletContext servletContext) throws org.springframework.context.ApplicationContextException
- Overrides:
 determineContextClassin classorg.springframework.web.context.ContextLoader- Throws:
 org.springframework.context.ApplicationContextException
 
 - 
 
 -