org.apache.openejb.cdi
Class ScopeHelper
java.lang.Object
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 |
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-2013 The Apache Software Foundation. All Rights Reserved.