org.apache.openejb.cdi
Class WebappWebBeansContext

java.lang.Object
  extended by org.apache.webbeans.config.WebBeansContext
      extended by org.apache.openejb.cdi.WebappWebBeansContext

public class WebappWebBeansContext
extends org.apache.webbeans.config.WebBeansContext


Constructor Summary
WebappWebBeansContext(Map<Class<?>,Object> services, Properties properties, org.apache.webbeans.config.WebBeansContext webBeansContext)
           
 
Method Summary
 org.apache.webbeans.container.BeanManagerImpl getBeanManagerImpl()
           
 org.apache.webbeans.config.WebBeansContext getParent()
           
 
Methods inherited from class org.apache.webbeans.config.WebBeansContext
clear, currentInstance, get, getAlternativesManager, getAnnotatedElementFactory, getAnnotatedTypeUtil, getAnnotationManager, getContextFactory, getContextsService, getConversationManager, getCreationalContextFactory, getDecoratorsManager, getDefinitionUtil, getEJBInterceptorConfig, getExtensionLoader, getInjectionPointFactory, getInstance, getInterceptorsManager, getInterceptorUtil, getLoaderService, getManagedBeanConfigurator, getOpenWebBeansConfiguration, getPluginLoader, getProxyFactory, getResolutionUtil, getScannerService, getSecurityService, getSerializableBeanVault, getService, getStereoTypeManager, getWebBeansInterceptorConfig, getWebBeansUtil, registerService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebappWebBeansContext

public WebappWebBeansContext(Map<Class<?>,Object> services,
                             Properties properties,
                             org.apache.webbeans.config.WebBeansContext webBeansContext)
Method Detail

getBeanManagerImpl

public org.apache.webbeans.container.BeanManagerImpl getBeanManagerImpl()
Overrides:
getBeanManagerImpl in class org.apache.webbeans.config.WebBeansContext

getParent

public org.apache.webbeans.config.WebBeansContext getParent()


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