Package org.atmosphere.util
Class ServletContextFactory
java.lang.Object
org.atmosphere.util.ServletContextFactory
A simple Factory to get access to the . This factory won't work if more than one Servlet is deployed inside the same war.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServletContextFactoryvoidinit(ServletContext servletContext) Set the ServletContext
-
Method Details
-
init
Set the ServletContext- Parameters:
servletContext- ServletContext
-
getServletContext
-
getDefault
-