Class ScopeHelper

java.lang.Object
org.apache.openejb.cdi.ScopeHelper

public final class ScopeHelper extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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