org.apache.openejb.cdi
Class StartupObject
java.lang.Object
org.apache.openejb.cdi.StartupObject
public class StartupObject
- extends Object
- Version:
- $Rev:$ $Date:$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartupObject
public StartupObject(AppContext appContext,
AppInfo appInfo,
List<BeanContext> beanContexts)
StartupObject
public StartupObject(AppContext appContext,
AppInfo appInfo,
List<BeanContext> beanContexts,
WebContext webContext)
getAppContext
public AppContext getAppContext()
getAppInfo
public AppInfo getAppInfo()
getBeanContexts
public List<BeanContext> getBeanContexts()
getWebContext
public WebContext getWebContext()
getWebBeansContext
public org.apache.webbeans.config.WebBeansContext getWebBeansContext()
getClassLoader
public ClassLoader getClassLoader()
isFromWebApp
public boolean isFromWebApp()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.