Package org.apache.tapestry5.spring
Interface ApplicationContextCustomizer
- 
@UsesOrderedConfiguration(ApplicationContextCustomizer.class) public interface ApplicationContextCustomizer
A bridge from Spring's approach to customizing the application context, over to Tapestry's approach. This is a chain-of-command service. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomizeApplicationContext(ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)Allows the instantiated application context to be customized before it is initially refreshed. 
 - 
 
- 
- 
Method Detail
- 
customizeApplicationContext
void customizeApplicationContext(ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
Allows the instantiated application context to be customized before it is initially refreshed.- Parameters:
 servletContext-applicationContext-
 
 - 
 
 -