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
Modifier and TypeMethodDescriptionvoid
customizeApplicationContext
(javax.servlet.ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext) Allows the instantiated application context to be customized before it is initially refreshed.
-
Method Details
-
customizeApplicationContext
void customizeApplicationContext(javax.servlet.ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext) Allows the instantiated application context to be customized before it is initially refreshed.- Parameters:
servletContext
-applicationContext
-
-