Interface ServletApplicationInitializer


Service interface for initializing a servlet application, as a pipeline. The terminator hands off to the ApplicationInitializer service.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initializeApplication(javax.servlet.ServletContext context)
     
  • Method Details