Interface ServletApplicationInitializerFilter


Filter interface for ServletApplicationInitializer.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initializeApplication(javax.servlet.ServletContext context, ServletApplicationInitializer initializer)
    Peforms one step of initializing the application before passing off to the next step.