com.opensymphony.xwork2.config
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 Summary |
void |
initWithContext(javax.servlet.ServletContext servletContext)
This is a lazy constructor, called just after class was initiated |
initWithContext
void initWithContext(javax.servlet.ServletContext servletContext)
- This is a lazy constructor, called just after class was initiated
- Parameters:
servletContext
- current instance of ServletContext
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.