Interface ServletContextAwareConfigurationProvider

All Superinterfaces:
ConfigurationProvider, ContainerProvider, PackageProvider

public interface ServletContextAwareConfigurationProvider extends ConfigurationProvider
Dedicated interface to allow inject ServletContext and perform initialisation based in it
  • Method Details

    • initWithContext

      void initWithContext(jakarta.servlet.ServletContext servletContext)
      This is a lazy constructor, called just after class was initiated
      Parameters:
      servletContext - current instance of ServletContext