Package org.apache.openejb.cdi
Class ScopeHelper
java.lang.Object
org.apache.openejb.cdi.ScopeHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
startContexts
(org.apache.webbeans.spi.ContextsService contextsService, jakarta.servlet.ServletContext servletContext, jakarta.servlet.http.HttpSession session) static void
stopContexts
(org.apache.webbeans.spi.ContextsService contextsService, jakarta.servlet.ServletContext servletContext, jakarta.servlet.http.HttpSession session)
-
Method Details
-
startContexts
public static void startContexts(org.apache.webbeans.spi.ContextsService contextsService, jakarta.servlet.ServletContext servletContext, jakarta.servlet.http.HttpSession session) throws Exception - Throws:
Exception
-
stopContexts
public static void stopContexts(org.apache.webbeans.spi.ContextsService contextsService, jakarta.servlet.ServletContext servletContext, jakarta.servlet.http.HttpSession session) throws Exception - Throws:
Exception
-