org.apache.openejb.cdi
Class ScopeHelper

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

public final class ScopeHelper
extends Object


Method Summary
static void startContexts(org.apache.webbeans.spi.ContextsService contextsService, javax.servlet.ServletContext servletContext, javax.servlet.http.HttpSession session)
           
static void stopContexts(org.apache.webbeans.spi.ContextsService contextsService, javax.servlet.ServletContext servletContext, javax.servlet.http.HttpSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startContexts

public static void startContexts(org.apache.webbeans.spi.ContextsService contextsService,
                                 javax.servlet.ServletContext servletContext,
                                 javax.servlet.http.HttpSession session)
                          throws Exception
Throws:
Exception

stopContexts

public static void stopContexts(org.apache.webbeans.spi.ContextsService contextsService,
                                javax.servlet.ServletContext servletContext,
                                javax.servlet.http.HttpSession session)
                         throws Exception
Throws:
Exception


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.