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(javax.servlet.ServletContext servletContext,
org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
Allows the instantiated application context to be customized before it is initially refreshed. |
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 -
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.