Package org.apache.struts2.action
Interface ServletContextAware
public interface ServletContextAware
For components that have a dependence on the Servlet context.
- Since:
- 6.0.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidwithServletContext(jakarta.servlet.ServletContext context) 
- 
Method Details- 
withServletContextvoid withServletContext(jakarta.servlet.ServletContext context) 
 
-