public class WebBeansContext extends Object
| Constructor and Description |
|---|
WebBeansContext() |
WebBeansContext(Map<Class<?>,Object> initialServices,
Properties properties) |
public WebBeansContext()
public WebBeansContext(Map<Class<?>,Object> initialServices, Properties properties)
@Deprecated public static WebBeansContext getInstance()
public static WebBeansContext currentInstance()
public <T> T getService(Class<T> clazz)
public <T> void registerService(Class<T> clazz, T t)
public ManagedBeanConfigurator getManagedBeanConfigurator()
public InterceptorUtil getInterceptorUtil()
public DefinitionUtil getDefinitionUtil()
public WebBeansAnnotatedTypeUtil getAnnotatedTypeUtil()
public InjectionPointFactory getInjectionPointFactory()
public ResolutionUtil getResolutionUtil()
public WebBeansUtil getWebBeansUtil()
@Deprecated public ContextFactory getContextFactory()
public AnnotationManager getAnnotationManager()
public ConversationManager getConversationManager()
public OpenWebBeansConfiguration getOpenWebBeansConfiguration()
public AnnotatedElementFactory getAnnotatedElementFactory()
public BeanManagerImpl getBeanManagerImpl()
public SerializableBeanVault getSerializableBeanVault()
public CreationalContextFactory getCreationalContextFactory()
public DecoratorsManager getDecoratorsManager()
public WebBeansInterceptorConfig getWebBeansInterceptorConfig()
public EJBInterceptorConfig getEJBInterceptorConfig()
public StereoTypeManager getStereoTypeManager()
public AlternativesManager getAlternativesManager()
public InterceptorsManager getInterceptorsManager()
public PluginLoader getPluginLoader()
public ExtensionLoader getExtensionLoader()
public ProxyFactory getProxyFactory()
public ScannerService getScannerService()
public ContextsService getContextsService()
public SecurityService getSecurityService()
public <T> T get(Class<T> clazz)
public void clear()
public LoaderService getLoaderService()
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.