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)
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 InterceptorUtil getInterceptorUtil()
public InjectionPointFactory getInjectionPointFactory()
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 StereoTypeManager getStereoTypeManager()
public AlternativesManager getAlternativesManager()
public InterceptorsManager getInterceptorsManager()
public InterceptorResolutionService getInterceptorResolutionService()
public PluginLoader getPluginLoader()
public ExtensionLoader getExtensionLoader()
public InterceptorDecoratorProxyFactory getInterceptorDecoratorProxyFactory()
public NormalScopeProxyFactory getNormalScopeProxyFactory()
public SubclassProxyFactory getSubclassProxyFactory()
public ScannerService getScannerService()
public ContextsService getContextsService()
public SecurityService getSecurityService()
public <T> T get(Class<T> clazz)
public void clear()
public LoaderService getLoaderService()
public DeploymentValidationService getDeploymentValidationService()
public ApplicationBoundaryService getApplicationBoundaryService()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.