Class AppWebBeansContext

java.lang.Object
org.apache.webbeans.config.WebBeansContext
org.apache.openejb.cdi.AppWebBeansContext

public class AppWebBeansContext extends org.apache.webbeans.config.WebBeansContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    AppWebBeansContext(Map<Class<?>,Object> services, Properties properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.webbeans.container.BeanManagerImpl
     
    org.apache.webbeans.container.InjectableBeanManager
     

    Methods inherited from class org.apache.webbeans.config.WebBeansContext

    clear, currentInstance, findMissingAnnotatedType, get, getAlternativesManager, getAnnotatedElementFactory, getAnnotationManager, getApplicationBoundaryService, getBeanArchiveService, getBeanManagerBean, getContextsService, getConversationManager, getConversationService, getCreationalContextFactory, getDecoratorsManager, getDeploymentValidationService, getExtensionLoader, getInjectionPointFactory, getInstance, getInterceptorDecoratorProxyFactory, getInterceptorResolutionService, getInterceptorsManager, getInterceptorUtil, getLoaderService, getNormalScopeProxyFactory, getNotificationManager, getOpenWebBeansConfiguration, getPluginLoader, getScannerService, getSecurityService, getSerializableBeanVault, getService, getStereoTypeManager, getSubclassProxyFactory, getTransactionService, getWebBeansUtil, registerService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getInjectableBeanManager

      public org.apache.webbeans.container.InjectableBeanManager getInjectableBeanManager()
      Overrides:
      getInjectableBeanManager in class org.apache.webbeans.config.WebBeansContext
    • getBeanManagerImpl

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