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