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 Type
    Method
    Description
    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.
  • 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 -