org.apache.tapestry5.spring
Interface ApplicationContextCustomizer
@UsesOrderedConfiguration(value=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 |
void |
customizeApplicationContext(ServletContext servletContext,
org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
Allows the instantiated application context to be customized before it is initially refreshed. |
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
-
Copyright © 2003-2012 The Apache Software Foundation.