Package com.atlassian.plugin.servlet
Interface ServletContextFactory
public interface ServletContextFactory
A factory for providing access to a
ServletContext.- Since:
- 2.2
-
Method Summary
-
Method Details
-
getServletContext
jakarta.servlet.ServletContext getServletContext()- Returns:
- a
ServletContext.
-