Package org.apache.struts2.config
Interface ServletContextAwareConfigurationProvider
- All Superinterfaces:
- ConfigurationProvider,- ContainerProvider,- PackageProvider
Dedicated interface to allow inject 
ServletContext and perform initialisation based in it- 
Method SummaryModifier and TypeMethodDescriptionvoidinitWithContext(jakarta.servlet.ServletContext servletContext) This is a lazy constructor, called just after class was initiatedMethods inherited from interface org.apache.struts2.config.ContainerProviderdestroy, init, needsReload, registerMethods inherited from interface org.apache.struts2.config.PackageProviderinit, loadPackages, needsReload
- 
Method Details- 
initWithContextvoid initWithContext(jakarta.servlet.ServletContext servletContext) This is a lazy constructor, called just after class was initiated- Parameters:
- servletContext- current instance of- ServletContext
 
 
-