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 Summary
Modifier and TypeMethodDescriptionvoid
withServletContext
(jakarta.servlet.ServletContext context)
-
Method Details
-
withServletContext
void withServletContext(jakarta.servlet.ServletContext context)
-