public class StartupObject extends Object
| Constructor and Description |
|---|
StartupObject(AppContext appContext,
AppInfo appInfo,
List<BeanContext> beanContexts) |
StartupObject(AppContext appContext,
AppInfo appInfo,
List<BeanContext> beanContexts,
WebContext webContext) |
| Modifier and Type | Method and Description |
|---|---|
AppContext |
getAppContext() |
AppInfo |
getAppInfo() |
List<BeanContext> |
getBeanContexts() |
ClassLoader |
getClassLoader() |
org.apache.webbeans.config.WebBeansContext |
getWebBeansContext() |
WebContext |
getWebContext() |
boolean |
isFromWebApp() |
public StartupObject(AppContext appContext, AppInfo appInfo, List<BeanContext> beanContexts)
public StartupObject(AppContext appContext, AppInfo appInfo, List<BeanContext> beanContexts, WebContext webContext)
public AppContext getAppContext()
public AppInfo getAppInfo()
public List<BeanContext> getBeanContexts()
public WebContext getWebContext()
public org.apache.webbeans.config.WebBeansContext getWebBeansContext()
public ClassLoader getClassLoader()
public boolean isFromWebApp()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.