@ApplicationScoped public class WeldRequestScope extends Object implements ExternalRequestScope<Map<String,Object>>
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<InjectionManager> |
actualInjectorManager |
| Constructor and Description |
|---|
WeldRequestScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ExternalRequestContext<Map<String,Object>> |
open(InjectionManager injectionManager) |
void |
resume(ExternalRequestContext<Map<String,Object>> ctx,
InjectionManager injectionManager) |
void |
suspend(ExternalRequestContext<Map<String,Object>> ctx,
InjectionManager injectionManager) |
public static final ThreadLocal<InjectionManager> actualInjectorManager
public ExternalRequestContext<Map<String,Object>> open(InjectionManager injectionManager)
open in interface ExternalRequestScope<Map<String,Object>>public void resume(ExternalRequestContext<Map<String,Object>> ctx, InjectionManager injectionManager)
resume in interface ExternalRequestScope<Map<String,Object>>public void suspend(ExternalRequestContext<Map<String,Object>> ctx, InjectionManager injectionManager)
suspend in interface ExternalRequestScope<Map<String,Object>>public void close()
close in interface AutoCloseableclose in interface ExternalRequestScope<Map<String,Object>>Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.